From 4bd2d04bfd6e6989f6ba6991dca7aa245c1149ba Mon Sep 17 00:00:00 2001 From: michael Date: Fri, 21 Feb 2003 22:19:23 +0000 Subject: 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 --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index 91e02fcca0..71b214beba 100755 --- a/configure +++ b/configure @@ -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 -- cgit v1.2.3