* build-aux/gcc-warning.spec: Document -Wzero-as-null-pointer-constant. --- ChangeLog | 6 ++++++ build-aux/gcc-warning.spec | 1 + 2 files changed, 7 insertions(+)
diff --git a/ChangeLog b/ChangeLog index 188f4558df..5290f14c21 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2026-01-17 Paul Eggert <[email protected]> + + manywarnings: update spec, too + * build-aux/gcc-warning.spec: + Document -Wzero-as-null-pointer-constant. + 2026-01-17 Collin Funk <[email protected]> mountlist: Fix a -Wincompatible-pointer-types warning on AIX. diff --git a/build-aux/gcc-warning.spec b/build-aux/gcc-warning.spec index 777b313090..1149789818 100644 --- a/build-aux/gcc-warning.spec +++ b/build-aux/gcc-warning.spec @@ -417,6 +417,7 @@ -Wvolatile c++ and objc++ -Wvolatile-register-var enabled by -Wall -Wxor-used-as-pow default +-Wzero-as-null-pointer-constant handled specially by gl_MANYWARN_ALL_GCC -Wzero-length-bounds enabled by -Wall -Wzerotrip fortran -frequire-return-statement go -- 2.52.0
