aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog5
-rw-r--r--gcc/config/rl78/rl78.c2
2 files changed, 6 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index f2a89589..a7b4365 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -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.
diff --git a/gcc/config/rl78/rl78.c b/gcc/config/rl78/rl78.c
index 7b2be23..5158e83 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)
{