Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
riscv-gcc-1
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lvzhengyang
riscv-gcc-1
Commits
51c02798
Commit
51c02798
authored
Nov 14, 2011
by
Mingjie Xing
Committed by
Mingjie Xing
Nov 14, 2011
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix a cross reference.
From-SVN: r181346
parent
a56125be
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletions
+6
-1
gcc/ChangeLog
+5
-0
gcc/doc/invoke.texi
+1
-1
No files found.
gcc/ChangeLog
View file @
51c02798
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
gcc/doc/invoke.texi
View file @
51c02798
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment