aboutsummaryrefslogtreecommitdiff
path: root/gcc/haifa-sched.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/haifa-sched.c')
-rw-r--r--gcc/haifa-sched.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/haifa-sched.c b/gcc/haifa-sched.c
index fe075bb..727fd65 100644
--- a/gcc/haifa-sched.c
+++ b/gcc/haifa-sched.c
@@ -945,7 +945,7 @@ remove_dependence (insn, elem)
#ifndef INSN_SCHEDULING
void
schedule_insns (dump_file)
- FILE *dump_file;
+ FILE *dump_file ATTRIBUTE_UNUSED;
{
}
#else