From: Paul Eggert Date: Mon, 15 Jul 2024 22:27:38 +0000 (-0700) Subject: maint: adjust to Gnulib -Wsystem-headers change X-Git-Tag: v9.6~208 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=94e8f2b012eb93047a85fc3c651310dd9c7b5397;p=thirdparty%2Fcoreutils.git maint: adjust to Gnulib -Wsystem-headers change * configure.ac: Don’t suppress -Wsystem-headers since Gnulib no longer enables it. --- diff --git a/configure.ac b/configure.ac index db7664e7fe..f2557ce0d1 100644 --- a/configure.ac +++ b/configure.ac @@ -198,7 +198,6 @@ if test $gl_gcc_warnings != no; then nw="$nw -Wtraditional" # Warns on #elif which we use often nw="$nw -Wcast-qual" # Too many warnings for now nw="$nw -Wconversion" # Too many warnings for now - nw="$nw -Wsystem-headers" # Don't let system headers trigger warnings nw="$nw -Wsign-conversion" # Too many warnings for now nw="$nw -Wtraditional-conversion" # Too many warnings for now nw="$nw -Wunreachable-code" # Too many warnings for now