changeset 703:d84e90a38980 trunk

[svn] Make GCC 4.1 a bit less talkative, patch by Flameeyes from Gentoo. Fixing the warnings is possible, but would require extensive changes throughout the entire codebase.
author chainsaw
date Sun, 26 Feb 2006 15:23:50 -0800
parents 125772830320
children f16636c12b55
files configure.ac
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/configure.ac	Sun Feb 26 15:05:40 2006 -0800
+++ b/configure.ac	Sun Feb 26 15:23:50 2006 -0800
@@ -663,7 +663,7 @@
 
 if test -n "$GCC"
 then
-    CFLAGS="$CFLAGS -Wall -Wpointer-arith -finline-functions -ffast-math"
+    CFLAGS="$CFLAGS -Wall -Wno-unused-parameter -Wpointer-arith -finline-functions -ffast-math"
     case "$CFLAGS" in
         -g*) ;;
         *\ -g*) ;;