Fix a cross reference.

From-SVN: r181346
This commit is contained in:
Mingjie Xing 2011-11-14 05:53:18 +00:00 committed by Mingjie Xing
parent a56125be7a
commit 51c0279887
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
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

View File

@ -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