summaryrefslogtreecommitdiffstats
path: root/src/H5Dsingle.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/H5Dsingle.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/H5Dsingle.c')
-rw-r--r--src/H5Dsingle.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5Dsingle.c b/src/H5Dsingle.c
index 812437a..33274bb 100644
--- a/src/H5Dsingle.c
+++ b/src/H5Dsingle.c
@@ -437,7 +437,7 @@ H5D__single_idx_delete(const H5D_chk_idx_info_t *idx_info)
*-------------------------------------------------------------------------
*/
static herr_t
-H5D__single_idx_copy_setup(const H5D_chk_idx_info_t H5_ATTR_SANITY_CHECK *idx_info_src,
+H5D__single_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 */