]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* sel-sched.c (fur_orig_expr_found): Mark arguments unused.
authorAdam Nemet <anemet@caviumnetworks.com>
Tue, 2 Sep 2008 21:41:16 +0000 (21:41 +0000)
committerAdam Nemet <nemet@gcc.gnu.org>
Tue, 2 Sep 2008 21:41:16 +0000 (21:41 +0000)
From-SVN: r139916

gcc/ChangeLog
gcc/sel-sched.c

index 6e03a8ce40cba52389fee5b3289aa419f9b4df43..63b59fee5c86c7b87b5d01d09803e7540fa33604 100644 (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
index e2edb0ab4c40a8eb6834e94fe39fdc00dbc52ed2..498be328e7545fd3c30fff53b7858cf0258ef57a 100644 (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.  */