From 053623c1b1792c8344f7b3393bbf4ca20781965b Mon Sep 17 00:00:00 2001 From: Snaipe Date: Mon, 16 Mar 2015 15:23:20 +0100 Subject: [PATCH] Added -pedantic switch on samples --- samples/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/Makefile.am b/samples/Makefile.am index 4df3627..ba6868c 100644 --- a/samples/Makefile.am +++ b/samples/Makefile.am @@ -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 \