]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
maint: adjust to Gnulib -Wsystem-headers change
authorPaul Eggert <eggert@cs.ucla.edu>
Mon, 15 Jul 2024 22:27:38 +0000 (15:27 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Tue, 16 Jul 2024 01:54:20 +0000 (01:54 +0000)
* configure.ac: Don’t suppress -Wsystem-headers since Gnulib no
longer enables it.

configure.ac

index db7664e7fe3b36c64df0333519d7fde3c114988c..f2557ce0d1e1889196a9fa3975a943906002795b 100644 (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