$OpenBSD: patch-tests_Makefile,v 1.2 2015/06/25 22:57:36 bcallah Exp $

No -Wpedantic with base gcc.

--- tests/Makefile.orig	Wed Jun 17 15:18:38 2015
+++ tests/Makefile	Wed Jun 17 15:18:43 2015
@@ -3,7 +3,7 @@ SRCDIR=$(BASEDIR)/src
 include $(BASEDIR)/config.mk
 
 CPPFLAGS += -I $(BASEDIR)/
-CFLAGS   += -fPIC -Wpedantic
+CFLAGS   += -fPIC
 
 TEST_PROGS = test-handlers \
 			 test-map      \
