diff options
author | michael <michael@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2003-02-23 01:45:41 +0000 |
---|---|---|
committer | michael <michael@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2003-02-23 01:45:41 +0000 |
commit | a9c9a78f0873a1d75b806cbc7e934d72e9a762fd (patch) | |
tree | 4ff96285ce6126bde80d7ee0b2a0d33d42efefe9 /configure | |
parent | 0b4fc159ac8179dbe1ee2cdb6d4e7ab654c158a7 (diff) | |
download | mpv-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-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |