]> git.ipfire.org Git - thirdparty/gcc.git/commit
Doc: -Wzero-as-null-pointer-constant is also available for C [PR119173]
authorMartin Uecker <uecker@tugraz.at>
Sun, 30 Mar 2025 11:07:24 +0000 (13:07 +0200)
committerMartin Uecker <uecker@gcc.gnu.org>
Tue, 1 Apr 2025 10:53:13 +0000 (12:53 +0200)
commit182d891e13c78187f5e4f76512e03297fea0e56a
tree949b6dc55f13c9146159b13a04951b9cd1eb5dfb
parentb8de7704428dfe008d195d8da95d6772153b0cc7
Doc: -Wzero-as-null-pointer-constant is also available for C [PR119173]

The warning -Wzero-as-null-pointer-constant is now not only supported
in C++ but also in C.  Change the documentation accordingly.

PR c/119173

gcc/ChangeLog:
* doc/invoke.texi (Warning Options): Move to general options.
gcc/doc/invoke.texi