rl78.c (rl78_handle_func_attribute): Mark ARGS as unused.

* config/rl78/rl78.c (rl78_handle_func_attribute): Mark
	ARGS as unused.

From-SVN: r257632
This commit is contained in:
Jeff Law 2018-02-13 11:17:23 -07:00 committed by Jeff Law
parent 924c9e3efb
commit cd82490afe
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2018-02-13 Jeff Law <law@redhat.com>
* config/rl78/rl78.c (rl78_handle_func_attribute): Mark
ARGS as unused.
2018-02-13 Alexandre Oliva <aoliva@redhat.com>
* common.opt (gas-loc-support, gas-locview-support): New.

View File

@ -804,7 +804,7 @@ is_brk_interrupt_func (const_tree decl)
static tree
rl78_handle_func_attribute (tree * node,
tree name,
tree args,
tree args ATTRIBUTE_UNUSED,
int flags ATTRIBUTE_UNUSED,
bool * no_add_attrs)
{