mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-10 14:09:42 +02:00
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@3551 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
52e7d8bcb9
commit
5c7bb6da89
@ -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 =
|
||||
|
Loading…
Reference in New Issue
Block a user