summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Silverstone <dsilvers@netsurf-browser.org>2012-03-29 12:24:07 +0000
committerDaniel Silverstone <dsilvers@netsurf-browser.org>2012-03-29 12:24:07 +0000
commit845aad798bc9e1bae6b394e283514851a38b132a (patch)
tree96063c1664ed75a2d38dc3a84f861de4afa9f5aa
parent682ef77b1126a284c47b3b8530aaf829bf4396a1 (diff)
downloadlibcss-845aad798bc9e1bae6b394e283514851a38b132a.tar.gz
libcss-845aad798bc9e1bae6b394e283514851a38b132a.tar.bz2
Remove pedantic from CFLAGS ready for wapcaplet rework
svn path=/trunk/libcss/; revision=13772
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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)