diff options
author | David Young <dyoung@hdfgroup.org> | 2020-02-10 20:41:20 (GMT) |
---|---|---|
committer | David Young <dyoung@hdfgroup.org> | 2020-02-10 20:41:20 (GMT) |
commit | f9a8fd5a4c8f3c8f2d707dd384582181a0c33077 (patch) | |
tree | d2091ee5bd75847e86ba7a8b8a137214b14187a5 /tools/test/h5dump | |
parent | e5ae3101095db4b57fedf120c1dadbc257dd92c3 (diff) | |
download | hdf5-f9a8fd5a4c8f3c8f2d707dd384582181a0c33077.zip hdf5-f9a8fd5a4c8f3c8f2d707dd384582181a0c33077.tar.gz hdf5-f9a8fd5a4c8f3c8f2d707dd384582181a0c33077.tar.bz2 |
H5_HAVE_PARALLEL, _DEBUG_API, etc. Add attributes to some variables and
parameters that are unused under some configurations.
Diffstat (limited to 'tools/test/h5dump')
-rw-r--r-- | tools/test/h5dump/h5dumpgentest.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/test/h5dump/h5dumpgentest.c b/tools/test/h5dump/h5dumpgentest.c index e68e622..d72664e 100644 --- a/tools/test/h5dump/h5dumpgentest.c +++ b/tools/test/h5dump/h5dumpgentest.c @@ -3093,7 +3093,7 @@ static void gent_array1(void) hsize_t sdims1[] = {SPACE1_DIM1}; hsize_t tdims1[] = {ARRAY1_DIM1}; int i,j; /* counting variables */ - herr_t ret; /* Generic return value */ + herr_t ret H5_ATTR_NDEBUG_UNUSED; /* Generic return value */ /* Allocate and initialize array data to write */ for(i=0; i<SPACE1_DIM1; i++) |