diff options
author | michael <michael@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2003-02-21 22:19:23 +0000 |
---|---|---|
committer | michael <michael@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2003-02-21 22:19:23 +0000 |
commit | 4bd2d04bfd6e6989f6ba6991dca7aa245c1149ba (patch) | |
tree | 08b854c1dec20620f1c53b5594f432e1ca552f34 /configure | |
parent | d464b1ed03d66328470d9936e9de83626d00853a (diff) | |
download | mpv-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-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 -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 |