Remove -Werror in order not to treat warnings as errors (fix gcc-4 errors), closes #428
SVN-Revision: 3551
This commit is contained in:
parent
a4ae7a90a8
commit
f7c752321c
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue