maint: omit -Wmissing-variable-declarations from tests

* configure.ac (GNULIB_WARN_CFLAGS):
Omit -Wmissing-variable-declarations; needed for
gcc (GCC) 15.1.1 20250425 (Red Hat 15.1.1-1).
This commit is contained in:
Paul Eggert 2025-05-18 23:34:28 -07:00
parent 1be322fd3e
commit 4469576154

View File

@ -242,6 +242,7 @@ if test $gl_gcc_warnings != no; then
# For gnulib-tests, the set is slightly smaller still.
nw=
# It's not worth being this picky about test programs.
nw="$nw -Wmissing-variable-declarations"
nw="$nw -Wsuggest-attribute=cold"
nw="$nw -Wsuggest-attribute=const"
nw="$nw -Wsuggest-attribute=format"