Commit 150a992a by Richard Kenner

(make warn_if_unused_value): No longer static.

From-SVN: r9265
parent 0e7c47fa
...@@ -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;
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment