[MPlayer-cvslog] r23466 - trunk/configure
diego
subversion at mplayerhq.hu
Tue Jun 5 02:26:54 CEST 2007
Author: diego
Date: Tue Jun 5 02:26:54 2007
New Revision: 23466
Log:
Keep unused parameter warnings in debug mode.
Modified:
trunk/configure
Modified: trunk/configure
==============================================================================
--- trunk/configure (original)
+++ trunk/configure Tue Jun 5 02:26:54 2007
@@ -2244,9 +2244,6 @@ echores $_named_asm_args
_install_strip="-s"
if test "$_profile" != "" || test "$_debug" != "" ; then
CFLAGS="-W -Wall -O2 $_march $_mcpu $_debug $_profile"
- if test "$_cc_major" -ge "3" ; then
- CFLAGS=`echo "$CFLAGS" | sed -e 's/\(-Wall\)/\1 -Wno-unused-parameter/'`
- fi
_install_strip=
elif test -z "$CFLAGS" ; then
if test "$cc_vendor" = "intel" ; then
More information about the MPlayer-cvslog
mailing list