From fd4116f49cdf081949633ba8f474d7b160860701 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20L=C3=B3pez-Ib=C3=A1=C3=B1ez?= Date: Tue, 10 Apr 2012 16:33:47 +0000 Subject: c-common.c (warn_if_unused_value): Move definition to here. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 2012-04-10 Manuel López-Ibáñez * c-family/c-common.c (warn_if_unused_value): Move definition to here. * tree.h (warn_if_unused_value): Move declaration from here. * c-family/c-common.h (warn_if_unused_value): Move declaration to here. * cp/cvt.c (convert_to_void): Update comment. * stmt.c (warn_if_unused_value): Move definition from here. From-SVN: r186287 --- gcc/tree.h | 1 - 1 file changed, 1 deletion(-) (limited to 'gcc/tree.h') diff --git a/gcc/tree.h b/gcc/tree.h index da6be99..c3fbde9 100644 --- a/gcc/tree.h +++ b/gcc/tree.h @@ -5211,7 +5211,6 @@ extern tree unshare_expr (tree); /* In stmt.c */ extern void expand_expr_stmt (tree); -extern int warn_if_unused_value (const_tree, location_t); extern void expand_label (tree); extern void expand_goto (tree); -- cgit v1.1