]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
docs: Add missing @option keyword.
authorMartin Liska <mliska@suse.cz>
Thu, 25 Nov 2021 11:13:59 +0000 (12:13 +0100)
committerMartin Liska <mliska@suse.cz>
Thu, 25 Nov 2021 11:15:20 +0000 (12:15 +0100)
gcc/ChangeLog:

* doc/invoke.texi: Use @option for -Wuninitialized.

gcc/doc/invoke.texi

index d0ac59768b9df226b4c9d2dd278f4a0732419d1d..3bddfbaae6a3b4a58f3f0004bc42fa1830bda5a0 100644 (file)
@@ -12117,8 +12117,8 @@ Initialize automatic variables with either a pattern or with zeroes to increase
 the security and predictability of a program by preventing uninitialized memory
 disclosure and use.
 GCC still considers an automatic variable that doesn't have an explicit
-initializer as uninitialized, -Wuninitialized will still report warning messages
-on such automatic variables.
+initializer as uninitialized, @option{-Wuninitialized} will still report
+warning messages on such automatic variables.
 With this option, GCC will also initialize any padding of automatic variables
 that have structure or union types to zeroes.