aboutsummaryrefslogtreecommitdiff
path: root/gcc/doc/invoke.texi
diff options
context:
space:
mode:
authorxmj <>2011-11-14 05:53:18 +0000
committerxmj <>2011-11-14 05:53:18 +0000
commitd8ed22f9acdb79fb9a8f1524b71148bc59c5f09a (patch)
tree0d24cd87ff05580378a9d88a84ae3513a2405fba /gcc/doc/invoke.texi
parent63c50292597d8abf5615297911afe4b422786d94 (diff)
Fix a cross reference.
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 54e4a48d11d..1fc44372e32 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