summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authormichael <michael@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-02-21 22:19:23 +0000
committermichael <michael@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-02-21 22:19:23 +0000
commit4bd2d04bfd6e6989f6ba6991dca7aa245c1149ba (patch)
tree08b854c1dec20620f1c53b5594f432e1ca552f34 /configure
parentd464b1ed03d66328470d9936e9de83626d00853a (diff)
downloadmpv-4bd2d04bfd6e6989f6ba6991dca7aa245c1149ba.tar.bz2
mpv-4bd2d04bfd6e6989f6ba6991dca7aa245c1149ba.tar.xz
skip annoying unused parameter shit (if anyone needs these / knows a case where they pointed to a real bug then reverse this)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9479 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 91e02fcca0..71b214beba 100755
--- a/configure
+++ b/configure
@@ -4742,7 +4742,7 @@ fi
# Checking for CFLAGS
_stripbinaries=yes
if test "$_profile" != "" || test "$_debug" != "" ; then
- CFLAGS="-W -Wall -O2 $_march $_mcpu $_debug $_profile"
+ CFLAGS="-W -Wall -Wno-unused-parameter -O2 $_march $_mcpu $_debug $_profile"
_stripbinaries=no
elif test -z "$CFLAGS" ; then
if test "$host_arch" != "mips" ; then