mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-03-22 18:50:55 +08:00
Fix a cross reference.
From-SVN: r181346
This commit is contained in:
parent
a56125be7a
commit
51c0279887
gcc
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user