From 5bb0a75cac8b5eb5938e940bf277f2859061a81a Mon Sep 17 00:00:00 2001 From: Guillaume Melquiond Date: Sat, 25 Apr 2009 14:06:46 +0000 Subject: [PATCH] Removed -Wno-sign-compare... ...and -Wno-unused-{function,label,variable,value} from compile options. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index bbb713cdd3e..3c4e13a24aa 100644 --- a/configure.ac +++ b/configure.ac @@ -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