From 94e8f2b012eb93047a85fc3c651310dd9c7b5397 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Mon, 15 Jul 2024 15:27:38 -0700 Subject: [PATCH] maint: adjust to Gnulib -Wsystem-headers change MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit * configure.ac: Don’t suppress -Wsystem-headers since Gnulib no longer enables it. --- configure.ac | 1 - 1 file changed, 1 deletion(-) 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 -- 2.47.2