Skip to content

Commit

Permalink
Disable long double until more development fixes issues
Browse files Browse the repository at this point in the history
  • Loading branch information
byrnHDF committed Mar 9, 2024
1 parent c20021c commit 684e00c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/dsets.c
Original file line number Diff line number Diff line change
Expand Up @@ -5877,6 +5877,7 @@ test_floattypes(hid_t file)
if (H5Dclose(dataset) < 0)
goto error;
}
#if 0
#if H5_SIZEOF_LONG_DOUBLE != H5_SIZEOF_DOUBLE
/* long double */
{
Expand Down Expand Up @@ -5966,6 +5967,7 @@ test_floattypes(hid_t file)
if (H5Dclose(dataset) < 0)
goto error;
}
#endif
#endif

return SUCCEED;
Expand Down

0 comments on commit 684e00c

Please sign in to comment.