c-common.c (warn_if_unused_value): Move definition to here.
authorManuel López-Ibáñez <manu@gcc.gnu.org>
Tue, 10 Apr 2012 16:33:47 +0000 (16:33 +0000)
committerManuel López-Ibáñez <manu@gcc.gnu.org>
Tue, 10 Apr 2012 16:33:47 +0000 (16:33 +0000)
commitfd4116f49cdf081949633ba8f474d7b160860701
treea263fcd5e0513ef5acd316e056419a84c1daad7d
parent408baa0b1643c3fcab1ac6a7c078bd37675ab017
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
gcc/ChangeLog
gcc/c-family/ChangeLog
gcc/c-family/c-common.c
gcc/c-family/c-common.h
gcc/cp/ChangeLog
gcc/cp/cvt.c
gcc/stmt.c
gcc/tree.h