aboutsummaryrefslogtreecommitdiff
path: root/tests/libtest/Makefile.inc
diff options
context:
space:
mode:
authorSteve Holme <steve_holme@hotmail.com>2014-12-28 20:32:46 +0000
committerSteve Holme <steve_holme@hotmail.com>2014-12-28 20:32:46 +0000
commit8f4014538415603eacb9ed43fe80201565013595 (patch)
treecafe199813542776d6f20655f07f56d443579d95 /tests/libtest/Makefile.inc
parent6e7904f9aa25491faa9f433287680851965af27e (diff)
test556: Fixed compilation warning
lib556.c:90: warning: conversion to 'unsigned int' from 'size_t' may alter its value
Diffstat (limited to 'tests/libtest/Makefile.inc')
-rw-r--r--tests/libtest/Makefile.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/libtest/Makefile.inc b/tests/libtest/Makefile.inc
index 35d6e86b4..c07dd9a7a 100644
--- a/tests/libtest/Makefile.inc
+++ b/tests/libtest/Makefile.inc
@@ -195,7 +195,7 @@ lib555_SOURCES = lib555.c $(SUPPORTFILES) $(TESTUTIL) $(WARNLESS)
lib555_LDADD = $(TESTUTIL_LIBS)
lib555_CPPFLAGS = $(AM_CPPFLAGS)
-lib556_SOURCES = lib556.c $(SUPPORTFILES)
+lib556_SOURCES = lib556.c $(SUPPORTFILES) $(WARNLESS)
lib556_CPPFLAGS = $(AM_CPPFLAGS)
lib557_SOURCES = lib557.c $(SUPPORTFILES)