Added -pedantic switch on samples

This commit is contained in:
Snaipe 2015-03-16 15:23:20 +01:00
parent afcf62f23e
commit 053623c1b1

View file

@ -9,7 +9,7 @@ BIN_TESTS = \
TESTS_ENVIRONMENT = CRITERION_ALWAYS_SUCCEED=1
check_PROGRAMS := $(BIN_TESTS)
CFLAGS = -I$(top_srcdir)/include/ -std=c99 -Wall -Wextra
CFLAGS = -I$(top_srcdir)/include/ -std=c99 -Wall -Wextra -pedantic
LDADD = -L$(top_srcdir)/ -lcriterion
SCRIPT_TESTS = tests/tap_test.sh \