And another unused variable removed. Only the bitwise comparison warning is left now.

This commit is contained in:
OBattler
2023-05-02 15:25:53 +02:00
parent 5a342c0a80
commit fcd1d3f354

View File

@@ -131,7 +131,6 @@ next_ins:
static int
sf_FXTRACT(uint32_t fetchdat)
{
const floatx80 floatx80_default_nan = packFloatx80(0, floatx80_default_nan_exp, floatx80_default_nan_fraction);
struct float_status_t status;
floatx80 a, b;