-Wall instead of --pedantic
authorJean-Philippe Orsini <jeanfi@gmail.com>
Wed, 17 Apr 2013 20:54:17 +0000 (20:54 +0000)
committerJean-Philippe Orsini <jeanfi@gmail.com>
Wed, 17 Apr 2013 20:54:17 +0000 (20:54 +0000)
tests/Makefile.am

index 7bed616..94e34f3 100644 (file)
@@ -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)