* sel-sched.c (fur_orig_expr_found): Mark arguments unused.

From-SVN: r139916
This commit is contained in:
Adam Nemet 2008-09-02 21:41:16 +00:00 committed by Adam Nemet
parent b328f3af06
commit a20d71301e
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2008-09-02 Adam Nemet <anemet@caviumnetworks.com>
* sel-sched.c (fur_orig_expr_found): Mark arguments unused.
2008-09-02 Jakub Jelinek <jakub@redhat.com>
* dwarf2out.c (tree_add_const_value_attribute): Only handle

View File

@ -1099,7 +1099,7 @@ init_hard_regno_rename (int regno)
/* A wrapper around HARD_REGNO_RENAME_OK that will look into the hard regs
data first. */
static inline bool
sel_hard_regno_rename_ok (int from, int to)
sel_hard_regno_rename_ok (int from ATTRIBUTE_UNUSED, int to ATTRIBUTE_UNUSED)
{
#ifdef HARD_REGNO_RENAME_OK
/* Check whether this is all calculated. */