diff options
author | David Young <dyoung@hdfgroup.org> | 2020-05-19 15:29:04 (GMT) |
---|---|---|
committer | David Young <dyoung@hdfgroup.org> | 2020-05-20 14:37:21 (GMT) |
commit | 25585400e610c7a358af6ed564ef5938749ba9fd (patch) | |
tree | f23359cb3cb82f0c7326d142e206f17de6a8b5e6 /src/H5EAtest.c | |
parent | 3de98efff8f3a642afddfe485c1f7bc0c10a7a5e (diff) | |
download | hdf5-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/H5EAtest.c')
-rw-r--r-- | src/H5EAtest.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5EAtest.c b/src/H5EAtest.c index a936ff5..8926d6a 100644 --- a/src/H5EAtest.c +++ b/src/H5EAtest.c @@ -279,7 +279,7 @@ END_FUNC(STATIC) /* end H5EA__test_encode() */ */ BEGIN_FUNC(STATIC, NOERR, herr_t, SUCCEED, -, -H5EA__test_decode(const void *_raw, void *_elmt, size_t nelmts, void H5_ATTR_SANITY_CHECK *_ctx)) +H5EA__test_decode(const void *_raw, void *_elmt, size_t nelmts, void H5_ATTR_NDEBUG_UNUSED *_ctx)) /* Local variables */ #ifndef NDEBUG |