From 76c0dfc52a443b19be0f808e23632d52f721f11a Mon Sep 17 00:00:00 2001 From: Daniel Silverstone Date: Thu, 29 Mar 2012 12:27:00 +0000 Subject: Remove pedantic from CFLAGS ready for wapcaplet rework svn path=/trunk/libwapcaplet/; revision=13776 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index f1c83b0..fedbd38 100644 --- a/Makefile +++ b/Makefile @@ -13,7 +13,7 @@ TESTRUNNER = $(BUILDDIR)/test_testrunner$(EXEEXT) # Toolchain flags WARNFLAGS := -Wall -W -Wundef -Wpointer-arith -Wcast-align \ -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes \ - -Wmissing-declarations -Wnested-externs -pedantic + -Wmissing-declarations -Wnested-externs # BeOS/Haiku standard library headers issue warnings ifneq ($(TARGET),beos) WARNFLAGS := $(WARNFLAGS) -Werror -- cgit v1.2.3