From: Siddhesh Poyarekar Date: Fri, 17 Feb 2023 14:06:59 +0000 (-0500) Subject: doc: Fix typo in -Wall description X-Git-Tag: basepoints/gcc-14~1086 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9dcfee4ef1a165b7fe525d71fc090a1bcae550cd;p=thirdparty%2Fgcc.git 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 --- diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi index 7b308cd3c314..a5ea86f68c9f 100644 --- a/gcc/doc/invoke.texi +++ b/gcc/doc/invoke.texi @@ -6087,7 +6087,7 @@ Options} and @ref{Objective-C and Objective-C++ Dialect Options}. -Wunused-label @gol -Wunused-value @gol -Wunused-variable @gol --Wuse-after-free=3 @gol +-Wuse-after-free=2 @gol -Wvla-parameter @r{(C and Objective-C only)} @gol -Wvolatile-register-var @gol -Wzero-length-bounds}