aboutsummaryrefslogtreecommitdiff
path: root/gcc/doc/invoke.texi
diff options
context:
space:
mode:
authorMingjie Xing <mingjie.xing@gmail.com>2011-11-14 05:53:18 +0000
committerMingjie Xing <xmj@gcc.gnu.org>2011-11-14 05:53:18 +0000
commit51c0279887bb9caa141253e72eb7d418ffae6f58 (patch)
tree0d24cd87ff05580378a9d88a84ae3513a2405fba /gcc/doc/invoke.texi
parenta56125be7a8ccd5bdaf1524927bb13b22c96538a (diff)
downloadgcc-51c0279887bb9caa141253e72eb7d418ffae6f58.zip
gcc-51c0279887bb9caa141253e72eb7d418ffae6f58.tar.gz
gcc-51c0279887bb9caa141253e72eb7d418ffae6f58.tar.bz2
Fix a cross reference.
From-SVN: r181346
Diffstat (limited to 'gcc/doc/invoke.texi')
-rw-r--r--gcc/doc/invoke.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi
index 54e4a48..1fc4437 100644
--- a/gcc/doc/invoke.texi
+++ b/gcc/doc/invoke.texi
@@ -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