aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/arm/arm.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/config/arm/arm.c')
-rw-r--r--gcc/config/arm/arm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/arm/arm.c b/gcc/config/arm/arm.c
index 298ad3e..d338e00 100644
--- a/gcc/config/arm/arm.c
+++ b/gcc/config/arm/arm.c
@@ -3752,7 +3752,7 @@ arm_add_operand (rtx op, enum machine_mode mode)
/* Return TRUE for valid ARM constants (or when valid if negated). */
int
-arm_addimm_operand (rtx op, enum machine_mode mode)
+arm_addimm_operand (rtx op, enum machine_mode mode ATTRIBUTE_UNUSED)
{
return (GET_CODE (op) == CONST_INT
&& (const_ok_for_arm (INTVAL (op))