# HG changeset patch # User michael # Date 1045964741 0 # Node ID c5c629a99d7358f29c31a2e4fdcd90095244f3d0 # Parent aaba8b1099bd558b7112b9d0edb47379c55b160b remove wno-unused-parameter again (seems gcc-2.95 doesnt like it, ... with some options at least ???) diff -r aaba8b1099bd -r c5c629a99d73 configure --- 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