mirror of
https://https.git.savannah.gnu.org/git/coreutils.git
synced 2026-01-26 15:29:07 +00:00
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:
parent
1be322fd3e
commit
4469576154
@ -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"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user