From 476b4cb1fe85106656bc7d80f69cb2b9c9a4ccf0 Mon Sep 17 00:00:00 2001 From: Snaipe Date: Mon, 16 Mar 2015 15:05:47 +0100 Subject: [PATCH] Activated warnings on samples --- samples/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/Makefile.am b/samples/Makefile.am index 2c3ba25..4df3627 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 +CFLAGS = -I$(top_srcdir)/include/ -std=c99 -Wall -Wextra LDADD = -L$(top_srcdir)/ -lcriterion SCRIPT_TESTS = tests/tap_test.sh \