summaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
authorJames Bursa <james@netsurf-browser.org>2004-08-23 16:02:19 +0000
committerJames Bursa <james@netsurf-browser.org>2004-08-23 16:02:19 +0000
commit7ee3ef6189cfeb21af2c280627ea8db3b80c4fab (patch)
treed85c40e4adb16ea069a9acdacaa424db0a6e32a9 /makefile
parente92f0ce2f044ce90e30c36b1768465e0e1c5bc8b (diff)
downloadnetsurf-7ee3ef6189cfeb21af2c280627ea8db3b80c4fab.tar.gz
netsurf-7ee3ef6189cfeb21af2c280627ea8db3b80c4fab.tar.bz2
[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
Diffstat (limited to 'makefile')
-rw-r--r--makefile2
1 files changed, 1 insertions, 1 deletions
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