projects
/
15.05
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4d9ad9c
)
Remove -Werror in order not to treat warnings as errors (fix gcc-4 errors), closes...
author
Florian Fainelli
<florian@openwrt.org>
Wed, 29 Mar 2006 17:08:49 +0000
(17:08 +0000)
committer
Florian Fainelli
<florian@openwrt.org>
Wed, 29 Mar 2006 17:08:49 +0000
(17:08 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@3551
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
openwrt/package/ustl/files/Common.mk
patch
|
blob
|
history
diff --git
a/openwrt/package/ustl/files/Common.mk
b/openwrt/package/ustl/files/Common.mk
index
fbfc6eb
..
88e6232
100644
(file)
--- a/
openwrt/package/ustl/files/Common.mk
+++ b/
openwrt/package/ustl/files/Common.mk
@@
-26,7
+26,7
@@
INSTALLLIB = ${INSTALL} -p -m 644
INSTALLEXE = ${INSTALL} -p -m 755
INSTALLDATA = ${INSTALL} -p -m 644
-CWARNOPTS = -W
error -W
all -W -Wpointer-arith -Wno-cast-align \
+CWARNOPTS = -Wall -W -Wpointer-arith -Wno-cast-align \
-Wcast-qual -Wwrite-strings -Wredundant-decls
CXXWARNOPTS = ${CWARNOPTS} -Wconversion -Wsign-promo -Wsynth -Woverloaded-virtual
PROCESSOR_OPTS =