From 3060423700996b7eca90dfd2ba746d36abdfd15b Mon Sep 17 00:00:00 2001 From: François Revel Date: Wed, 19 Jan 2011 01:42:54 +0000 Subject: Remove odd WARNFLAGS copied from Atari stuff. Silence warning about redeclared strcasestr(). svn path=/trunk/netsurf/; revision=11381 --- Makefile.defaults | 5 ----- 1 file changed, 5 deletions(-) (limited to 'Makefile.defaults') diff --git a/Makefile.defaults b/Makefile.defaults index 32bfe8f18..1055be515 100644 --- a/Makefile.defaults +++ b/Makefile.defaults @@ -377,11 +377,6 @@ ifeq ($(TARGET),cocoa) # Optimisation levels CFLAGS += -O2 -Wuninitialized - WARNFLAGS = -W -Wundef -Wpointer-arith \ - -Wcast-align -Wwrite-strings -Wstrict-prototypes \ - -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls \ - -Wnested-externs -Wl,-t - endif # Include any local configuration -- cgit v1.2.3