Replaced "-Wpedantic" with "-pedantic"
authorDmitrij D. Czarkoff <czarkoff@gmail.com>
Thu, 25 Jun 2015 20:06:48 +0000 (22:06 +0200)
committerDmitrij D. Czarkoff <czarkoff@gmail.com>
Thu, 25 Jun 2015 20:06:48 +0000 (22:06 +0200)
for compatibility with older GCC versions.

tests/Makefile

index 8653ecd..766f66e 100644 (file)
@@ -3,7 +3,7 @@ SRCDIR=$(BASEDIR)/src
 include $(BASEDIR)/config.mk
 
 CPPFLAGS += -I $(BASEDIR)/
-CFLAGS   += -fPIC -Wpedantic
+CFLAGS   += -fPIC -pedantic
 
 TEST_PROGS = test-handlers \
                         test-map      \