Mercurial > mplayer.hg
changeset 23448:87c61466bf62
Keep unused parameter warnings in debug mode.
author | diego |
---|---|
date | Tue, 05 Jun 2007 00:26:54 +0000 |
parents | 3ee9967b7209 |
children | a53d889bf084 |
files | configure |
diffstat | 1 files changed, 0 insertions(+), 3 deletions(-) [+] |
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