From 90a5601e1a35bef1616b82463fc822243a5c58bd Mon Sep 17 00:00:00 2001 From: James Bursa Date: Thu, 26 Feb 2004 17:22:41 +0000 Subject: [project @ 2004-02-26 17:22:41 by bursa] Remove -Wconversion. svn path=/import/netsurf/; revision=569 --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'makefile') 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.. \ -- cgit v1.2.3