From faf4aabdbbaacf69f4a8fe4cf4d0084ee0b6744e Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Sun, 21 Oct 2012 14:40:43 +0100 Subject: we do not conform to ISO pedantic checks --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- cgit v1.2.3