aboutsummaryrefslogtreecommitdiff
path: root/gcc/stmt.c
diff options
context:
space:
mode:
authorRichard Kenner <kenner@gcc.gnu.org>1995-03-30 18:22:05 -0500
committerRichard Kenner <kenner@gcc.gnu.org>1995-03-30 18:22:05 -0500
commit150a992a6740836dcbbafdb65fc1db749cfed1eb (patch)
tree8730371420b8de5d390c7c90a41e375834143f0a /gcc/stmt.c
parent0e7c47fabe920d561372f1fbf4773f499563db5f (diff)
downloadgcc-150a992a6740836dcbbafdb65fc1db749cfed1eb.zip
gcc-150a992a6740836dcbbafdb65fc1db749cfed1eb.tar.gz
gcc-150a992a6740836dcbbafdb65fc1db749cfed1eb.tar.bz2
(make warn_if_unused_value): No longer static.
From-SVN: r9265
Diffstat (limited to 'gcc/stmt.c')
-rw-r--r--gcc/stmt.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/gcc/stmt.c b/gcc/stmt.c
index 55adb62..ca48889 100644
--- a/gcc/stmt.c
+++ b/gcc/stmt.c
@@ -438,7 +438,6 @@ static void fixup_gotos PROTO((struct nesting *, rtx, tree,
rtx, int));
static void bc_fixup_gotos PROTO((struct nesting *, int, tree,
rtx, int));
-static int warn_if_unused_value PROTO((tree));
static void bc_expand_start_cond PROTO((tree, int));
static void bc_expand_end_cond PROTO((void));
static void bc_expand_start_else PROTO((void));
@@ -1693,7 +1692,7 @@ expand_expr_stmt (exp)
/* Warn if EXP contains any computations whose results are not used.
Return 1 if a warning is printed; 0 otherwise. */
-static int
+int
warn_if_unused_value (exp)
tree exp;
{