summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-06-05 00:26:54 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-06-05 00:26:54 +0000
commit81116afae71e8dbe5ee937e589f91278695b2c12 (patch)
tree5709e040990504368b8c117d1b5281cb4a89e156 /configure
parentb45d54c128dfe29bdd3c0b83443341a5d1e54198 (diff)
downloadmpv-81116afae71e8dbe5ee937e589f91278695b2c12.tar.bz2
mpv-81116afae71e8dbe5ee937e589f91278695b2c12.tar.xz
Keep unused parameter warnings in debug mode.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23466 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure3
1 files changed, 0 insertions, 3 deletions
diff --git a/configure b/configure
index fd32e03539..d864518729 100755
--- a/configure
+++ b/configure
@@ -2244,9 +2244,6 @@ echores $_named_asm_args
_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