From: Paul Eggert Date: Mon, 15 Jul 2024 21:51:53 +0000 (-0700) Subject: maint: adjust to Gnulib -Wsystem-headers change X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2b9e2cc9476deea8d41eda3d30af4c7323a79835;p=thirdparty%2Ftar.git maint: adjust to Gnulib -Wsystem-headers change * configure.ac: Do not suppress -Wsystem-headers, as Gnulib no longer enables it. --- 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])