From 49e164df56b788770fcaeb77c49ae578c0aae891 Mon Sep 17 00:00:00 2001 From: Daniel Silverstone Date: Thu, 29 Mar 2012 12:24:58 +0000 Subject: Remove pedantic from CFLAGS ready for wapcaplet rework svn path=/trunk/libdom/; revision=13774 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 80c9678..a1b3675 100644 --- a/Makefile +++ b/Makefile @@ -12,7 +12,7 @@ TESTRUNNER := $(PERL) build/testtools/testrunner.pl # 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 create warnings ifneq ($(TARGET),beos) WARNFLAGS := $(WARNFLAGS) -Werror -- cgit v1.2.3