summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDaniel Silverstone <dsilvers@netsurf-browser.org>2008-10-10 10:06:35 +0000
committerDaniel Silverstone <dsilvers@netsurf-browser.org>2008-10-10 10:06:35 +0000
commit6138faa0e542e7622e7009eb9c341d2c5d8d57ac (patch)
treed7f96b4baf87a48568ff25ca866654b22615ee75 /Makefile
parent6a9f156fc60a80f3d9fad6801b79f50891177760 (diff)
downloadnetsurf-6138faa0e542e7622e7009eb9c341d2c5d8d57ac.tar.gz
netsurf-6138faa0e542e7622e7009eb9c341d2c5d8d57ac.tar.bz2
Remove -Winline
svn path=/trunk/netsurf/; revision=5529
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c0addbad1..9bca79631 100644
--- a/Makefile
+++ b/Makefile
@@ -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