]> Savannah Git Hosting - gnulib.git/commit
manywarnings: update C warnings for GCC 13
authorPaul Eggert <eggert@cs.ucla.edu>
Sun, 23 Apr 2023 15:53:59 +0000 (08:53 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Sun, 23 Apr 2023 15:54:38 +0000 (08:54 -0700)
commit78f7aef9304979d7796dd7d3fc5a2d92d1da0ca6
tree03714fea3bc03322e07e77639e02529431536542
parente3b58d8270e8620639105bd0fddb50625b6e37a9
manywarnings: update C warnings for GCC 13

Adjust for C programs compiled by GCC 13.
(A C++ expert still needs to look at manywarnings-c++.m4.)
* build-aux/gcc-warning.spec: Add warnings introduced in GCC 13.
* doc/manywarnings.texi (manywarnings): Document flex arrays.
* m4/manywarnings.m4 (gl_MANYWARN_ALL_GCC): Add
-fstrict-flex-arrays and -Wstrict-flex-arrays as these should be
suitable for Gnulib-using code.
ChangeLog
build-aux/gcc-warning.spec
doc/manywarnings.texi
m4/manywarnings.m4