diff options
Diffstat (limited to 'gcc/cobol/genutil.h')
-rw-r--r-- | gcc/cobol/genutil.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/gcc/cobol/genutil.h b/gcc/cobol/genutil.h index b2868f7..6ef4dee 100644 --- a/gcc/cobol/genutil.h +++ b/gcc/cobol/genutil.h @@ -104,10 +104,7 @@ void get_binary_value( tree value, tree get_data_address( cbl_field_t *field, tree offset); -#pragma GCC diagnostic push -#pragma GCC diagnostic ignored "-Wpedantic" -__int128 get_power_of_ten(int n); -#pragma GCC diagnostic pop +FIXED_WIDE_INT(128) get_power_of_ten(int n); void scale_by_power_of_ten_N(tree value, int N, bool check_for_fractional = false); |