Commit 51c02798 by Mingjie Xing Committed by Mingjie Xing

Fix a cross reference.

From-SVN: r181346
parent a56125be
2011-11-14 Mingjie Xing <mingjie.xing@gmail.com>
* doc/invoke.texi (Wunused-result): Change @pxref{Variable Attributes}
to @pxref{Function Attributes}.
2011-11-13 Oleg Endo <oleg.endo@t-online.de>
PR target/50694
......@@ -3556,7 +3556,7 @@ To suppress this warning use the @samp{unused} attribute
@opindex Wunused-result
@opindex Wno-unused-result
Do not warn if a caller of a function marked with attribute
@code{warn_unused_result} (@pxref{Variable Attributes}) does not use
@code{warn_unused_result} (@pxref{Function Attributes}) does not use
its return value. The default is @option{-Wunused-result}.
@item -Wunused-variable
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment