diff options
Diffstat (limited to 'gcc/gensupport.c')
-rw-r--r-- | gcc/gensupport.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/gensupport.c b/gcc/gensupport.c index 115a178d95f..36cccde648a 100644 --- a/gcc/gensupport.c +++ b/gcc/gensupport.c @@ -128,7 +128,7 @@ message_with_line (int lineno, const char *msg, ...) the gensupport programs. */ rtx -gen_rtx_CONST_INT (enum machine_mode mode ATTRIBUTE_UNUSED, +gen_rtx_CONST_INT (enum machine_mode ARG_UNUSED (mode), HOST_WIDE_INT arg) { rtx rt = rtx_alloc (CONST_INT); |