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
150a992a
Commit
150a992a
authored
Mar 30, 1995
by
Richard Kenner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(make warn_if_unused_value): No longer static.
From-SVN: r9265
parent
0e7c47fa
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
2 deletions
+1
-2
gcc/stmt.c
+1
-2
No files found.
gcc/stmt.c
View file @
150a992a
...
@@ -438,7 +438,6 @@ static void fixup_gotos PROTO((struct nesting *, rtx, tree,
...
@@ -438,7 +438,6 @@ static void fixup_gotos PROTO((struct nesting *, rtx, tree,
rtx
,
int
));
rtx
,
int
));
static
void
bc_fixup_gotos
PROTO
((
struct
nesting
*
,
int
,
tree
,
static
void
bc_fixup_gotos
PROTO
((
struct
nesting
*
,
int
,
tree
,
rtx
,
int
));
rtx
,
int
));
static
int
warn_if_unused_value
PROTO
((
tree
));
static
void
bc_expand_start_cond
PROTO
((
tree
,
int
));
static
void
bc_expand_start_cond
PROTO
((
tree
,
int
));
static
void
bc_expand_end_cond
PROTO
((
void
));
static
void
bc_expand_end_cond
PROTO
((
void
));
static
void
bc_expand_start_else
PROTO
((
void
));
static
void
bc_expand_start_else
PROTO
((
void
));
...
@@ -1693,7 +1692,7 @@ expand_expr_stmt (exp)
...
@@ -1693,7 +1692,7 @@ expand_expr_stmt (exp)
/* Warn if EXP contains any computations whose results are not used.
/* Warn if EXP contains any computations whose results are not used.
Return 1 if a warning is printed; 0 otherwise. */
Return 1 if a warning is printed; 0 otherwise. */
static
int
int
warn_if_unused_value
(
exp
)
warn_if_unused_value
(
exp
)
tree
exp
;
tree
exp
;
{
{
...
...
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