rl78.c (rl78_handle_func_attribute): Mark ARGS as unused.
authorJeff Law <law@redhat.com>
Tue, 13 Feb 2018 18:17:23 +0000 (11:17 -0700)
committerJeff Law <law@gcc.gnu.org>
Tue, 13 Feb 2018 18:17:23 +0000 (11:17 -0700)
* config/rl78/rl78.c (rl78_handle_func_attribute): Mark
ARGS as unused.

From-SVN: r257632

gcc/ChangeLog
gcc/config/rl78/rl78.c

index f2a89589995b892f108e8fdae55790e3540b9505..a7b43651115532430b641620930350b4429dfaee 100644 (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.
index 7b2be23577ba8d58328f937d8500468269b6f32c..5158e83c364cf597cb1cecfe266f3bf62293f9f6 100644 (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)
 {