changeset 9483:c5c629a99d73

remove wno-unused-parameter again (seems gcc-2.95 doesnt like it, ... with some options at least ???)
author michael
date Sun, 23 Feb 2003 01:45:41 +0000
parents aaba8b1099bd
children 551d1f5ca980
files configure
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/configure	Sat Feb 22 18:41:31 2003 +0000
+++ b/configure	Sun Feb 23 01:45:41 2003 +0000
@@ -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