Remove -Werror in order not to treat warnings as errors (fix gcc-4 errors), closes #428

git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@3551 3c298f89-4303-0410-b956-a3cf2f4a3e73
master
Florian Fainelli 2006-03-29 17:08:49 +00:00
parent e8d0f073a0
commit 3200826105
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ INSTALLLIB = ${INSTALL} -p -m 644
INSTALLEXE = ${INSTALL} -p -m 755
INSTALLDATA = ${INSTALL} -p -m 644
CWARNOPTS = -Werror -Wall -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 =