From 7ee3ef6189cfeb21af2c280627ea8db3b80c4fab Mon Sep 17 00:00:00 2001 From: James Bursa Date: Mon, 23 Aug 2004 16:02:19 +0000 Subject: [project @ 2004-08-23 16:02:19 by bursa] Remove -Wbad-function-cast since it can't be satisfied together with Norcroft, and the warning seems useless. svn path=/import/netsurf/; revision=1247 --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makefile b/makefile index 07fdf45ed..31489ee10 100644 --- a/makefile +++ b/makefile @@ -84,7 +84,7 @@ endif VPATH = content:css:desktop:render:riscos:utils:debug:gtk -WARNFLAGS = -W -Wall -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-qual \ +WARNFLAGS = -W -Wall -Wundef -Wpointer-arith -Wcast-qual \ -Wcast-align -Wwrite-strings -Wstrict-prototypes \ -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls \ -Wnested-externs -Winline -Wno-unused-parameter -Wuninitialized -- cgit v1.2.3