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:
3358db7
)
luci-0.8: remove -Werror from CFLAGS, prevents SDK from working on most hosts
author
Jo-Philipp Wich
<jow@openwrt.org>
Fri, 25 Sep 2009 13:03:30 +0000
(13:03 +0000)
committer
Jo-Philipp Wich
<jow@openwrt.org>
Fri, 25 Sep 2009 13:03:30 +0000
(13:03 +0000)
build/gccconfig.mk
patch
|
blob
|
history
diff --git
a/build/gccconfig.mk
b/build/gccconfig.mk
index d6af2c3e66dde0524a9f2c88713ddd115c8d580e..28bf27a5e002ac6f21fa1846f1f9b6797715ee61 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)