summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authormichael <michael@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-02-23 01:45:41 +0000
committermichael <michael@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-02-23 01:45:41 +0000
commita9c9a78f0873a1d75b806cbc7e934d72e9a762fd (patch)
tree4ff96285ce6126bde80d7ee0b2a0d33d42efefe9 /configure
parent0b4fc159ac8179dbe1ee2cdb6d4e7ab654c158a7 (diff)
downloadmpv-a9c9a78f0873a1d75b806cbc7e934d72e9a762fd.tar.bz2
mpv-a9c9a78f0873a1d75b806cbc7e934d72e9a762fd.tar.xz
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
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 71b214beba..91e02fcca0 100755
--- a/configure
+++ b/configure
@@ -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