]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Docs: Fix double 'See' in zero-length-bounds docs.
authorSean Bright <sean@seanbright.com>
Mon, 13 Mar 2023 19:49:22 +0000 (19:49 +0000)
committerSandra Loosemore <sandra@codesourcery.com>
Mon, 13 Mar 2023 19:49:22 +0000 (19:49 +0000)
gcc/ChangeLog:
* doc/invoke.texi (Warning Options): Remove errant 'See'
before @xref.

gcc/doc/invoke.texi

index 8d71d3d6ea5ad11c93bf28620a9b15fcdcb9bfee..8adcddb7a19115bd75dafa3ed2a09c32e62fde37 100644 (file)
@@ -8345,7 +8345,7 @@ conversions the warnings @option{-Wno-int-to-pointer-cast} and
 @item -Wzero-length-bounds
 Warn about accesses to elements of zero-length array members that might
 overlap other members of the same object.  Declaring interior zero-length
-arrays is discouraged because accesses to them are undefined.  See
+arrays is discouraged because accesses to them are undefined.
 @xref{Zero Length}.
 
 For example, the first two stores in function @code{bad} are diagnosed