summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Silverstone <dsilvers@netsurf-browser.org>2012-03-29 12:27:00 +0000
committerDaniel Silverstone <dsilvers@netsurf-browser.org>2012-03-29 12:27:00 +0000
commit76c0dfc52a443b19be0f808e23632d52f721f11a (patch)
treed9168277cc35e3302a66783554f1744bfadd36e8
parent3583c94fde4327dea78e66350489cdc0c240bd32 (diff)
downloadlibwapcaplet-76c0dfc52a443b19be0f808e23632d52f721f11a.tar.gz
libwapcaplet-76c0dfc52a443b19be0f808e23632d52f721f11a.tar.bz2
Remove pedantic from CFLAGS ready for wapcaplet rework
svn path=/trunk/libwapcaplet/; revision=13776
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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