[Mplayer-cvslog] CVS: main configure,1.669,1.670

Michael Niedermayer CVS michael at mplayerhq.hu
Fri Feb 21 23:19:37 CET 2003


Update of /cvsroot/mplayer/main
In directory mail:/var/tmp.root/cvs-serv11371

Modified Files:
	configure 
Log Message:
skip annoying unused parameter shit (if anyone needs these / knows a case where they pointed to a real bug then reverse this)


Index: configure
===================================================================
RCS file: /cvsroot/mplayer/main/configure,v
retrieving revision 1.669
retrieving revision 1.670
diff -u -r1.669 -r1.670
--- configure	20 Feb 2003 23:32:46 -0000	1.669
+++ configure	21 Feb 2003 22:19:23 -0000	1.670
@@ -4742,7 +4742,7 @@
 # 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



More information about the MPlayer-cvslog mailing list