projects
/
openwrt
/
svn-archive
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a4ae7a9
)
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)
SVN-Revision: 3551
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 fbfc6eb6316cbd143f3284abcc5d801ff8ea40ef..88e62329d9fbeb7a257bc04b895cb8ea866f2abc 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 =