From: Richard Kenner Date: Thu, 30 Mar 1995 23:22:05 +0000 (-0500) Subject: (make warn_if_unused_value): No longer static. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=150a992a6740836dcbbafdb65fc1db749cfed1eb;p=gcc.git (make warn_if_unused_value): No longer static. From-SVN: r9265 --- diff --git a/gcc/stmt.c b/gcc/stmt.c index 55adb626559..ca488891aff 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; {