Reduce diffs with develop.

This commit is contained in:
David Young
2020-05-19 14:56:15 -05:00
parent 7f0d3f431e
commit b4492dba50
3 changed files with 6 additions and 7 deletions

View File

@@ -6732,7 +6732,7 @@ static void create_del_obj_named_test_file(const char *filename, hid_t fapl,
hid_t my_fapl; /* Copy of file access property list ID */
hid_t dcpl; /* Dataset creation property list ID */
unsigned use_at_least_v18;/* Whether to use old or new format */
herr_t H5_ATTR_SANITY_CHECK status; /* Generic return value */
herr_t H5_ATTR_NDEBUG_UNUSED status; /* Generic return value */
/* Make copy of FAPL */
my_fapl = H5Pcopy(fapl);