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 /src/H5Z.c | |
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 'src/H5Z.c')
-rw-r--r-- | src/H5Z.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -585,7 +585,8 @@ done: *------------------------------------------------------------------------- */ static int -H5Z__flush_file_cb(void *obj_ptr, hid_t H5_ATTR_UNUSED obj_id, void *key) +H5Z__flush_file_cb(void *obj_ptr, hid_t H5_ATTR_UNUSED obj_id, + void *key H5_ATTR_PARALLEL_USED) { H5F_t *f = (H5F_t *)obj_ptr; /* File object for operations */ #ifdef H5_HAVE_PARALLEL |