doc: Fix typo in -Wall description
commit9dcfee4ef1a165b7fe525d71fc090a1bcae550cd
authorSiddhesh Poyarekar <siddhesh@gotplt.org>
Fri, 17 Feb 2023 14:06:59 +0000 (17 09:06 -0500)
committerSiddhesh Poyarekar <siddhesh@gotplt.org>
Fri, 17 Feb 2023 21:15:07 +0000 (17 16:15 -0500)
treef71ad5ae13ad35714870938b8a4a632b319d6fd1
parent5fea1be820508e1fbc610d1a54b61c1add33c36f
doc: Fix typo in -Wall description

-Wall enables -Wuse-after-free=2 and not -Wuse-after-free=3.

gcc/ChangeLog:

* doc/invoke.texi (@item -Wall): Fix typo in
-Wuse-after-free.

Signed-off-by: Siddhesh Poyarekar <siddhesh@gotplt.org>
gcc/doc/invoke.texi