aboutsummaryrefslogtreecommitdiff
path: root/gcc/invoke.texi
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/invoke.texi')
-rw-r--r--gcc/invoke.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/invoke.texi b/gcc/invoke.texi
index 2cf6252..cdf1a3b 100644
--- a/gcc/invoke.texi
+++ b/gcc/invoke.texi
@@ -1340,7 +1340,7 @@ In order to get a warning about an unused function parameter, you must
specify both @samp{-W} and @samp{-Wunused}.
To suppress this warning for an expression, simply cast it to void. For
-unused variables and parameters, use the @samp{unused} attribute
+unused variables, parameters and labels, use the @samp{unused} attribute
(@pxref{Variable Attributes}).
@item -Wuninitialized