mirror of
https://github.com/netsurf-browser/netsurf
synced 2025-02-10 19:44:43 +03:00
Remove -Winline
svn path=/trunk/netsurf/; revision=5529
This commit is contained in:
parent
6a9f156fc6
commit
6138faa0e5
2
Makefile
2
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user