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
This commit is contained in:
michael 2003-02-21 22:19:23 +00:00
parent d464b1ed03
commit 4bd2d04bfd
1 changed files with 1 additions and 1 deletions

2
configure vendored
View File

@ -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