diff options
Diffstat (limited to 'gcc/tree.c')
-rw-r--r-- | gcc/tree.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1420,7 +1420,7 @@ build_real (type, d) REAL_VALUE_TYPE real_value_from_int_cst (type, i) - tree type, i; + tree type ATTRIBUTE_UNUSED, i; { REAL_VALUE_TYPE d; |