summaryrefslogtreecommitdiffstats
path: root/src/H5SL.c
diff options
context:
space:
mode:
authorDana Robinson <derobins@hdfgroup.org>2020-06-01 18:10:17 (GMT)
committerDana Robinson <derobins@hdfgroup.org>2020-06-01 18:10:17 (GMT)
commitaa279ebd1669761f6b37146125dd1fcc0cf99431 (patch)
tree07a564371136f63e091acb4802ac3d7306329fbd /src/H5SL.c
parent6468a613fd14570a29bb54c0437bbc087f770621 (diff)
downloadhdf5-aa279ebd1669761f6b37146125dd1fcc0cf99431.zip
hdf5-aa279ebd1669761f6b37146125dd1fcc0cf99431.tar.gz
hdf5-aa279ebd1669761f6b37146125dd1fcc0cf99431.tar.bz2
More normalization with develop (C library).
Diffstat (limited to 'src/H5SL.c')
-rw-r--r--src/H5SL.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5SL.c b/src/H5SL.c
index 5f00fb8..ff8edb8 100644
--- a/src/H5SL.c
+++ b/src/H5SL.c
@@ -652,7 +652,7 @@ int H5SL_term_package(void)
/* Terminate all the factories */
if(H5SL_fac_nused_g > 0) {
size_t i;
- herr_t ret;
+ herr_t H5_ATTR_NDEBUG_UNUSED ret;
for(i = 0; i < H5SL_fac_nused_g; i++) {
ret = H5FL_fac_term(H5SL_fac_g[i]);