diff --git a/configure b/configure index 45aae697..83c8fc0f 100755 --- a/configure +++ b/configure @@ -2524,7 +2524,7 @@ if test "$IPV6" != "no"; then fi if test "x$GXX" = "xyes"; then - appendCXX -Wall -W -Wno-unused -Woverloaded-virtual -Wshadow + appendCXX -Wall -W -Wno-unused-parameter -Woverloaded-virtual -Wshadow fi ac_ext=c diff --git a/configure.in b/configure.in index 27f6cba1..824b2ce7 100644 --- a/configure.in +++ b/configure.in @@ -100,7 +100,7 @@ if test "$IPV6" != "no"; then fi if test "x$GXX" = "xyes"; then - appendCXX -Wall -W -Wno-unused -Woverloaded-virtual -Wshadow + appendCXX -Wall -W -Wno-unused-parameter -Woverloaded-virtual -Wshadow fi AC_CHECK_LIB( gnugetopt, getopt_long,)