From: Jeff Law Date: Tue, 13 Feb 2018 18:17:23 +0000 (-0700) Subject: rl78.c (rl78_handle_func_attribute): Mark ARGS as unused. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=cd82490afecb382f268925506f1570c2a67bc19e;p=gcc.git 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 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index f2a89589995..a7b43651115 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2018-02-13 Jeff Law + + * config/rl78/rl78.c (rl78_handle_func_attribute): Mark + ARGS as unused. + 2018-02-13 Alexandre Oliva * common.opt (gas-loc-support, gas-locview-support): New. diff --git a/gcc/config/rl78/rl78.c b/gcc/config/rl78/rl78.c index 7b2be23577b..5158e83c364 100644 --- a/gcc/config/rl78/rl78.c +++ b/gcc/config/rl78/rl78.c @@ -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) {