]> git.ipfire.org Git - thirdparty/tar.git/commitdiff
maint: adjust to Gnulib -Wsystem-headers change
authorPaul Eggert <eggert@cs.ucla.edu>
Mon, 15 Jul 2024 21:51:53 +0000 (14:51 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Mon, 15 Jul 2024 21:59:33 +0000 (14:59 -0700)
* configure.ac: Do not suppress -Wsystem-headers, as
Gnulib no longer enables it.

configure.ac

index aba0d02f7677245ddb2ee758f826f39629175a03..6b052f24d2654741d94d2457f5b89602c1b2fb34 100644 (file)
@@ -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])