projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
924c9e3
)
rl78.c (rl78_handle_func_attribute): Mark ARGS as unused.
author
Jeff Law
<law@redhat.com>
Tue, 13 Feb 2018 18:17:23 +0000
(11:17 -0700)
committer
Jeff 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
patch
|
blob
|
history
gcc/config/rl78/rl78.c
patch
|
blob
|
history
diff --git
a/gcc/ChangeLog
b/gcc/ChangeLog
index f2a89589995b892f108e8fdae55790e3540b9505..a7b43651115532430b641620930350b4429dfaee 100644
(file)
--- 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 7b2be23577ba8d58328f937d8500468269b6f32c..5158e83c364cf597cb1cecfe266f3bf62293f9f6 100644
(file)
--- 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)
{