squash cast warning fix

This commit is contained in:
kmu
2020-01-23 15:12:00 -06:00
committed by David Young
parent cfd8856288
commit 30e61cf090
44 changed files with 687 additions and 653 deletions

View File

@@ -4603,7 +4603,7 @@ hbool_t equal_ldouble(long double value, long double expected, diff_opt_t *opts)
return FALSE;
}
if (H5_DBL_ABS_EQUAL(value, expected))
if (H5_LDBL_ABS_EQUAL(value, expected))
return TRUE;
if (opts->use_system_epsilon)