diff options
Diffstat (limited to 'gcc/explow.c')
-rw-r--r-- | gcc/explow.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/explow.c b/gcc/explow.c index 58d4ebd..95fb561 100644 --- a/gcc/explow.c +++ b/gcc/explow.c @@ -736,7 +736,7 @@ promote_mode (type, mode, punsignedp, for_call) tree type; enum machine_mode mode; int *punsignedp; - int for_call; + int for_call ATTRIBUTE_UNUSED; { enum tree_code code = TREE_CODE (type); int unsignedp = *punsignedp; |