summaryrefslogtreecommitdiffstats
path: root/src/H5Dnone.c
diff options
context:
space:
mode:
authorDavid Young <dyoung@hdfgroup.org>2020-05-19 15:29:04 (GMT)
committerDavid Young <dyoung@hdfgroup.org>2020-05-20 14:37:21 (GMT)
commit25585400e610c7a358af6ed564ef5938749ba9fd (patch)
treef23359cb3cb82f0c7326d142e206f17de6a8b5e6 /src/H5Dnone.c
parent3de98efff8f3a642afddfe485c1f7bc0c10a7a5e (diff)
downloadhdf5-25585400e610c7a358af6ed564ef5938749ba9fd.zip
hdf5-25585400e610c7a358af6ed564ef5938749ba9fd.tar.gz
hdf5-25585400e610c7a358af6ed564ef5938749ba9fd.tar.bz2
Repair a bunch of H5_ATTR_SANITY_CHECK uses that should have been
H5_ATTR_NDEBUG_UNUSED. This really makes me wonder what else I have screwed up in this merge....
Diffstat (limited to 'src/H5Dnone.c')
-rw-r--r--src/H5Dnone.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5Dnone.c b/src/H5Dnone.c
index cc70c11..5ba3f5b 100644
--- a/src/H5Dnone.c
+++ b/src/H5Dnone.c
@@ -378,7 +378,7 @@ done:
*-------------------------------------------------------------------------
*/
static herr_t
-H5D__none_idx_copy_setup(const H5D_chk_idx_info_t H5_ATTR_SANITY_CHECK *idx_info_src,
+H5D__none_idx_copy_setup(const H5D_chk_idx_info_t H5_ATTR_NDEBUG_UNUSED *idx_info_src,
const H5D_chk_idx_info_t *idx_info_dst)
{
herr_t ret_value = SUCCEED; /* Return value */