summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDaniel Silverstone <dsilvers@netsurf-browser.org>2012-03-29 12:24:58 +0000
committerDaniel Silverstone <dsilvers@netsurf-browser.org>2012-03-29 12:24:58 +0000
commit49e164df56b788770fcaeb77c49ae578c0aae891 (patch)
treee1955f1bbf87c31f17ba1d16a2a43ed550c7cd05 /Makefile
parent4ee8d36441020c2078ce7bd6c5ee020e84f5222b (diff)
downloadlibdom-49e164df56b788770fcaeb77c49ae578c0aae891.tar.gz
libdom-49e164df56b788770fcaeb77c49ae578c0aae891.tar.bz2
Remove pedantic from CFLAGS ready for wapcaplet rework
svn path=/trunk/libdom/; revision=13774
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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