summaryrefslogtreecommitdiffstats
path: root/test/dsets.c
diff options
context:
space:
mode:
authorDavid Young <dyoung@hdfgroup.org>2020-05-19 19:51:53 (GMT)
committerDavid Young <dyoung@hdfgroup.org>2020-05-20 14:37:21 (GMT)
commitf8096dcea3931287e81b5453112c158ae123a07f (patch)
treee18bf514827fdc7ab490cedf3c53ccb289a9e122 /test/dsets.c
parente083b2834e54190f5e45888a2e36940db11a55d2 (diff)
downloadhdf5-f8096dcea3931287e81b5453112c158ae123a07f.zip
hdf5-f8096dcea3931287e81b5453112c158ae123a07f.tar.gz
hdf5-f8096dcea3931287e81b5453112c158ae123a07f.tar.bz2
Use H5_ATTR_NDEBUG_UNUSED instead of H5_ATTR_SANITY_CHECK.
Diffstat (limited to 'test/dsets.c')
-rw-r--r--test/dsets.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/dsets.c b/test/dsets.c
index e39d901..4ab3efa 100644
--- a/test/dsets.c
+++ b/test/dsets.c
@@ -7658,7 +7658,7 @@ test_deprec(hid_t file)
hid_t dataset, space, small_space, create_parms, dcpl;
hsize_t dims[2], small_dims[2];
hsize_t deprec_size;
- herr_t H5_ATTR_SANITY_CHECK status;
+ herr_t H5_ATTR_NDEBUG_UNUSED status;
hsize_t csize[2];
TESTING("deprecated API routines");