From 845aad798bc9e1bae6b394e283514851a38b132a Mon Sep 17 00:00:00 2001 From: Daniel Silverstone Date: Thu, 29 Mar 2012 12:24:07 +0000 Subject: Remove pedantic from CFLAGS ready for wapcaplet rework svn path=/trunk/libcss/; revision=13772 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 7b51917..abe1113 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/AmigaOS4 standard library headers create warnings ifneq ($(TARGET),beos) ifneq ($(TARGET),amiga) -- cgit v1.2.3