diff options
Diffstat (limited to 'gcc/local-alloc.c')
-rw-r--r-- | gcc/local-alloc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/local-alloc.c b/gcc/local-alloc.c index d3dde6b..598d405 100644 --- a/gcc/local-alloc.c +++ b/gcc/local-alloc.c @@ -983,7 +983,7 @@ update_equiv_regs () but needs to be there because this function is called from note_stores. */ static void no_equiv (reg, store) - rtx reg, store; + rtx reg, store ATTRIBUTE_UNUSED; { int regno; rtx list; |