Mercurial > mplayer.hg
diff configure @ 23448:87c61466bf62
Keep unused parameter warnings in debug mode.
author | diego |
---|---|
date | Tue, 05 Jun 2007 00:26:54 +0000 |
parents | ea40d5263edc |
children | e43369ba24e0 |
line wrap: on
line diff
--- 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