summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2012-10-21 14:40:43 +0100
committerVincent Sanders <vince@kyllikki.org>2012-10-21 14:40:43 +0100
commitfaf4aabdbbaacf69f4a8fe4cf4d0084ee0b6744e (patch)
treee9ae4e70f7dd9e1e9a317d645af2d3e1cfe16e33 /Makefile
parentd264e721abc7848ae4f82fbaae444245f0e1e2b9 (diff)
downloadnsgenbind-faf4aabdbbaacf69f4a8fe4cf4d0084ee0b6744e.tar.gz
nsgenbind-faf4aabdbbaacf69f4a8fe4cf4d0084ee0b6744e.tar.bz2
we do not conform to ISO pedantic checks
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index decc5ce..ecb22d2 100644
--- a/Makefile
+++ b/Makefile
@@ -15,7 +15,7 @@ TESTRUNNER := test/testrunner.sh
# 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/AmigaOS have standard library errors that issue warnings.
ifneq ($(TARGET),beos)
ifneq ($(TARGET),amiga)