changeset 9478:8289c6246939

skip annoying unused parameter shit (if anyone needs these / knows a case where they pointed to a real bug then reverse this)
author michael
date Fri, 21 Feb 2003 22:19:23 +0000
parents fd4d38aa0e08
children cbf2a0db8928
files configure
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/configure	Fri Feb 21 22:01:00 2003 +0000
+++ b/configure	Fri Feb 21 22:19:23 2003 +0000
@@ -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