summaryrefslogtreecommitdiffstats
path: root/src/H5Rdeprec.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/H5Rdeprec.c')
-rw-r--r--src/H5Rdeprec.c16
1 files changed, 8 insertions, 8 deletions
diff --git a/src/H5Rdeprec.c b/src/H5Rdeprec.c
index 56879c4..733fa49 100644
--- a/src/H5Rdeprec.c
+++ b/src/H5Rdeprec.c
@@ -108,7 +108,7 @@ H5R__decode_token_compat(H5VL_object_t *vol_obj, H5I_type_t type, H5R_type_t ref
HGOTO_ERROR(H5E_REFERENCE, H5E_CANTGET, FAIL, "can't query if file uses native VOL connector")
/* Must use native VOL connector for this operation */
- HDassert(is_native);
+ assert(is_native);
}
#endif /* NDEBUG */
@@ -174,11 +174,11 @@ H5R__encode_token_region_compat(H5F_t *f, const H5O_token_t *obj_token, size_t t
FUNC_ENTER_PACKAGE
- HDassert(f);
- HDassert(obj_token);
- HDassert(token_size);
- HDassert(space);
- HDassert(nalloc);
+ assert(f);
+ assert(obj_token);
+ assert(token_size);
+ assert(space);
+ assert(nalloc);
/* Get required buffer size */
if (H5R__encode_heap(f, NULL, &buf_size, NULL, (size_t)0) < 0)
@@ -413,7 +413,7 @@ H5Rcreate(void *ref, hid_t loc_id, const char *name, H5R_type_t ref_type, hid_t
HGOTO_ERROR(H5E_REFERENCE, H5E_CANTGET, FAIL, "can't query if file uses native VOL connector")
/* Must use native VOL connector for this operation */
- HDassert(is_native);
+ assert(is_native);
}
#endif /* NDEBUG */
@@ -664,7 +664,7 @@ H5Rget_region(hid_t id, H5R_type_t ref_type, const void *ref)
"can't query if file uses native VOL connector")
/* Must use native VOL connector for this operation */
- HDassert(is_native);
+ assert(is_native);
}
#endif /* NDEBUG */