projects
/
oweals
/
luci.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8338e5e
)
[build] drop -Werror, newer gcc versions emit more warnings, stuff might break on...
author
Jo-Philipp Wich
<jow@openwrt.org>
Tue, 2 Mar 2010 00:47:47 +0000
(
00:47
+0000)
committer
Jo-Philipp Wich
<jow@openwrt.org>
Tue, 2 Mar 2010 00:47:47 +0000
(
00:47
+0000)
build/gccconfig.mk
patch
|
blob
|
history
diff --git
a/build/gccconfig.mk
b/build/gccconfig.mk
index 1557c3b1e41f3515c9150e955601a7878826b775..97d19bde35db2ba495f2f73550b013c8f3252ccb 100644
(file)
--- a/
build/gccconfig.mk
+++ b/
build/gccconfig.mk
@@
-10,7
+10,7
@@
RANLIB = ranlib
CFLAGS = -O2
FPIC = -fPIC
EXTRA_CFLAGS = --std=gnu99
-WFLAGS = -Wall -
Werror -
pedantic
+WFLAGS = -Wall -pedantic
CPPFLAGS =
COMPILE = $(CC) $(CPPFLAGS) $(CFLAGS) $(EXTRA_CFLAGS) $(WFLAGS)
ifeq ($(OS),Darwin)