From eb78d13a28c9b511e5d3bb1183e2f2f8447e872a Mon Sep 17 00:00:00 2001
From: "Dmitrij D. Czarkoff" <czarkoff@gmail.com>
Date: Thu, 25 Jun 2015 22:06:48 +0200
Subject: [PATCH] Replaced "-Wpedantic" with "-pedantic"

for compatibility with older GCC versions.
---
 tests/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/Makefile b/tests/Makefile
index 8653ecd..766f66e 100644
--- a/tests/Makefile
+++ b/tests/Makefile
@@ -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      \
-- 
2.20.1