remove wno-unused-parameter again (seems gcc-2.95 doesnt like it, ... with some options at least ???)

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9484 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
michael 2003-02-23 01:45:41 +00:00
parent 0b4fc159ac
commit a9c9a78f08
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 -Wno-unused-parameter -O2 $_march $_mcpu $_debug $_profile"
CFLAGS="-W -Wall -O2 $_march $_mcpu $_debug $_profile"
_stripbinaries=no
elif test -z "$CFLAGS" ; then
if test "$host_arch" != "mips" ; then