[Mplayer-cvslog] CVS: main configure,1.670,1.671
Michael Niedermayer CVS
michael at mplayerhq.hu
Sun Feb 23 02:46:07 CET 2003
Update of /cvsroot/mplayer/main
In directory mail:/var/tmp.root/cvs-serv3627
Modified Files:
configure
Log Message:
remove wno-unused-parameter again (seems gcc-2.95 doesnt like it, ... with some options at least ???)
Index: configure
===================================================================
RCS file: /cvsroot/mplayer/main/configure,v
retrieving revision 1.670
retrieving revision 1.671
diff -u -r1.670 -r1.671
--- configure 21 Feb 2003 22:19:23 -0000 1.670
+++ configure 23 Feb 2003 01:45:41 -0000 1.671
@@ -4742,7 +4742,7 @@
# 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
More information about the MPlayer-cvslog
mailing list