aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree.h
diff options
context:
space:
mode:
authorManuel López-Ibáñez <manu@gcc.gnu.org>2012-04-10 16:33:47 +0000
committerManuel López-Ibáñez <manu@gcc.gnu.org>2012-04-10 16:33:47 +0000
commitfd4116f49cdf081949633ba8f474d7b160860701 (patch)
treea263fcd5e0513ef5acd316e056419a84c1daad7d /gcc/tree.h
parent408baa0b1643c3fcab1ac6a7c078bd37675ab017 (diff)
downloadgcc-fd4116f49cdf081949633ba8f474d7b160860701.zip
gcc-fd4116f49cdf081949633ba8f474d7b160860701.tar.gz
gcc-fd4116f49cdf081949633ba8f474d7b160860701.tar.bz2
c-common.c (warn_if_unused_value): Move definition to here.
2012-04-10 Manuel López-Ibáñez <manu@gcc.gnu.org> * 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
Diffstat (limited to 'gcc/tree.h')
-rw-r--r--gcc/tree.h1
1 files changed, 0 insertions, 1 deletions
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);