maint: adjust to Gnulib -Wsystem-headers change

* configure.ac: Don’t suppress -Wsystem-headers since Gnulib no
longer enables it.
This commit is contained in:
Paul Eggert 2024-07-15 15:27:38 -07:00
parent ea1fe48b91
commit 94e8f2b012

View File

@ -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