From 06862e2b6a78db8418000e4324d1bb732515057e Mon Sep 17 00:00:00 2001 From: Jean-Philippe Orsini Date: Wed, 17 Apr 2013 20:54:17 +0000 Subject: [PATCH] -Wall instead of --pedantic --- tests/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Makefile.am b/tests/Makefile.am index 7bed616..94e34f3 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -15,7 +15,7 @@ check_PROGRAMS = test-io-dir-list \ test-url-encode \ test-url-normalize -AM_CPPFLAGS = -pedantic -Werror +AM_CPPFLAGS = -Wall -Werror LIBS += ../src/lib/libpsensor.a \ $(SENSORS_LIBS) -- 2.7.4