From 2b9e2cc9476deea8d41eda3d30af4c7323a79835 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Mon, 15 Jul 2024 14:51:53 -0700 Subject: [PATCH] maint: adjust to Gnulib -Wsystem-headers change * configure.ac: Do not suppress -Wsystem-headers, as Gnulib no longer enables it. --- configure.ac | 1 - 1 file changed, 1 deletion(-) diff --git a/configure.ac b/configure.ac index aba0d02f..6b052f24 100644 --- a/configure.ac +++ b/configure.ac @@ -179,7 +179,6 @@ if test "$gl_gcc_warnings" = yes; then nw="$nw -Winline" # It's OK to not inline. nw="$nw -Wstrict-overflow" # It's OK to optimize strictly. nw="$nw -Wsuggest-attribute=pure" # Too many warnings for now. - nw="$nw -Wsystem-headers" # Don't let system headers trigger warnings nw="$nw -Wstack-protector" gl_MANYWARN_ALL_GCC([ws]) -- 2.47.2