rx.c (rx_handle_func_attribute): Mark unused argument.

2014-11-03  Jan-Benedict Glaw  <jbglaw@lug-owl.de>

	* config/rx/rx.c (rx_handle_func_attribute): Mark unused argument.

From-SVN: r217070
This commit is contained in:
Jan-Benedict Glaw 2014-11-04 09:22:51 +00:00 committed by Jan-Benedict Glaw
parent 335a3ed6a1
commit 107bdb31ee
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2014-11-03 Jan-Benedict Glaw <jbglaw@lug-owl.de>
* config/rx/rx.c (rx_handle_func_attribute): Mark unused argument.
2014-11-04 Zhenqiang Chen <zhenqiang.chen@arm.com>
Revert:

View File

@ -2672,7 +2672,7 @@ rx_elf_asm_destructor (rtx symbol, int priority)
static tree
rx_handle_func_attribute (tree * node,
tree name,
tree args,
tree args ATTRIBUTE_UNUSED,
int flags ATTRIBUTE_UNUSED,
bool * no_add_attrs)
{