pick up missing piece

This commit is contained in:
kmu
2020-01-13 13:29:05 -06:00
parent 9712fad601
commit 03c5bcbea7
2 changed files with 3 additions and 2 deletions

View File

@@ -1027,7 +1027,8 @@ done:
*-------------------------------------------------------------------------
*/
H5_ATTR_PURE herr_t
H5B2__assert_leaf(const H5B2_hdr_t *hdr, const H5B2_leaf_t *leaf)
H5B2__assert_leaf(const H5B2_hdr_t H5_ATTR_SANITY_CHECK *hdr,
const H5B2_leaf_t H5_ATTR_SANITY_CHECK *leaf)
{
/* General sanity checking on node */
HDassert(leaf->nrec <= hdr->node_info->split_nrec);

View File

@@ -215,7 +215,7 @@ H5I_term_package(void)
*-------------------------------------------------------------------------
*/
H5I_type_t
H5Iregister_type(size_t H5_ATTR_SANITY_CHECK hash_size, unsigned reserved, H5I_free_t free_func)
H5Iregister_type(size_t hash_size, unsigned reserved, H5I_free_t free_func)
{
H5I_class_t *cls = NULL; /* New ID class */
H5I_type_t new_type; /* New ID type value */