Removed -Wno-sign-compare...
...and -Wno-unused-{function,label,variable,value} from compile options.
This commit is contained in:
parent
43121142bc
commit
5bb0a75cac
1 changed files with 1 additions and 1 deletions
|
@ -107,7 +107,7 @@ if test "x$strict" = "xyes"
|
|||
then
|
||||
# Strict compilation for C files is disabled until somebody wants to clean them.
|
||||
# CFLAGS="$CFLAGS -Werror -Wno-unused -Wno-sign-compare"
|
||||
CXXFLAGS="$CXXFLAGS -Werror -Wno-unused -Wno-sign-compare"
|
||||
CXXFLAGS="$CXXFLAGS -Werror -Wno-unused-parameter"
|
||||
fi
|
||||
|
||||
# Make tests default in svn version
|
||||
|
|
Loading…
Add table
Reference in a new issue