From: Jean-Philippe Orsini Date: Wed, 17 Apr 2013 20:54:17 +0000 (+0000) Subject: -Wall instead of --pedantic X-Git-Tag: v0.8.0.5~82 X-Git-Url: http://git.wpitchoune.net/gitweb/?p=psensor.git;a=commitdiff_plain;h=06862e2b6a78db8418000e4324d1bb732515057e -Wall instead of --pedantic --- 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)