mirror of
git://git.sv.gnu.org/coreutils.git
synced 2026-02-17 21:02:25 +02: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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user