Removed -Wno-sign-compare...

...and -Wno-unused-{function,label,variable,value} from compile options.
This commit is contained in:
Guillaume Melquiond 2009-04-25 14:06:46 +00:00
parent 43121142bc
commit 5bb0a75cac

View file

@ -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