summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2008-03-19 18:29:58 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2008-03-19 18:29:58 +0000
commit4e58c7a6ce216bf1699faeab2ec8dfa9041cae6a (patch)
treeefcf3b7b0fa6d8376024d9dbf84f5c14c7699d67 /Makefile
parent969acc3d0c24bf4a59e4f37b1378c1b46663a5ad (diff)
downloadnetsurf-4e58c7a6ce216bf1699faeab2ec8dfa9041cae6a.tar.gz
netsurf-4e58c7a6ce216bf1699faeab2ec8dfa9041cae6a.tar.bz2
Drop -Wcast-qual from WARNFLAGS, as it's simply generating warnings about safe operations
svn path=/trunk/netsurf/; revision=3987
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 017bd703e..8998d3c57 100644
--- a/Makefile
+++ b/Makefile
@@ -63,7 +63,7 @@ $(DEPROOT)/created: $(OBJROOT)/created
$(Q)$(MKDIR) $(DEPROOT)
$(Q)$(TOUCH) $(DEPROOT)/created
-WARNFLAGS = -W -Wall -Wundef -Wpointer-arith -Wcast-qual \
+WARNFLAGS = -W -Wall -Wundef -Wpointer-arith \
-Wcast-align -Wwrite-strings -Wstrict-prototypes \
-Wmissing-prototypes -Wmissing-declarations -Wredundant-decls \
-Wnested-externs -Winline -Wno-unused-parameter -Wuninitialized