Remove -Winline

svn path=/trunk/netsurf/; revision=5529
This commit is contained in:
Daniel Silverstone 2008-10-10 10:06:35 +00:00
parent 6a9f156fc6
commit 6138faa0e5
1 changed files with 1 additions and 1 deletions

View File

@ -168,7 +168,7 @@ OBJROOT = build-$(HOST)-$(TARGET)$(SUBTARGET)
WARNFLAGS = -W -Wall -Wundef -Wpointer-arith \
-Wcast-align -Wwrite-strings -Wstrict-prototypes \
-Wmissing-prototypes -Wmissing-declarations -Wredundant-decls \
-Wnested-externs -Winline
-Wnested-externs
ifneq ($(GCCVER),2)
WARNFLAGS += -Wno-unused-parameter
endif