summaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
authorJames Bursa <james@netsurf-browser.org>2004-02-26 17:22:41 +0000
committerJames Bursa <james@netsurf-browser.org>2004-02-26 17:22:41 +0000
commit90a5601e1a35bef1616b82463fc822243a5c58bd (patch)
tree5e1640bea34b71b92925301bd1603e7763f31068 /makefile
parent318869e90e26da3a90a294ad6fa7a7a3ba9fcb5a (diff)
downloadnetsurf-90a5601e1a35bef1616b82463fc822243a5c58bd.tar.gz
netsurf-90a5601e1a35bef1616b82463fc822243a5c58bd.tar.bz2
[project @ 2004-02-26 17:22:41 by bursa]
Remove -Wconversion. svn path=/import/netsurf/; revision=569
Diffstat (limited to 'makefile')
-rw-r--r--makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/makefile b/makefile
index dfecd9dfe..f7101c6a9 100644
--- a/makefile
+++ b/makefile
@@ -32,7 +32,7 @@ OBJECTS_DEBUGRO = $(OBJECTS_COMMON) \
options.o font.o
VPATH = content:css:desktop:render:riscos:utils:debug
WARNFLAGS = -W -Wall -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-qual \
- -Wcast-align -Wwrite-strings -Wconversion -Wstrict-prototypes \
+ -Wcast-align -Wwrite-strings -Wstrict-prototypes \
-Wmissing-prototypes -Wmissing-declarations -Wredundant-decls \
-Wnested-externs -Winline -Wno-unused-parameter -Wuninitialized
CFLAGS = -std=c9x -D_BSD_SOURCE -Driscos -DBOOL_DEFINED -O $(WARNFLAGS) -I.. \