# HG changeset patch # User diego # Date 1181003214 0 # Node ID 87c61466bf62c04ed30558ccf880a516a7cec152 # Parent 3ee9967b7209e2d4c797440770e3e77a5ca1ae79 Keep unused parameter warnings in debug mode. diff -r 3ee9967b7209 -r 87c61466bf62 configure --- a/configure Tue Jun 05 00:17:42 2007 +0000 +++ b/configure Tue Jun 05 00:26:54 2007 +0000 @@ -2244,9 +2244,6 @@ _install_strip="-s" if test "$_profile" != "" || test "$_debug" != "" ; then CFLAGS="-W -Wall -O2 $_march $_mcpu $_debug $_profile" - if test "$_cc_major" -ge "3" ; then - CFLAGS=`echo "$CFLAGS" | sed -e 's/\(-Wall\)/\1 -Wno-unused-parameter/'` - fi _install_strip= elif test -z "$CFLAGS" ; then if test "$cc_vendor" = "intel" ; then