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:
parent
924c9e3efb
commit
cd82490afe
@ -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.
|
||||
|
@ -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)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user