diff options
author | kmu <kmu@hdfgroup.org> | 2019-12-06 18:03:19 (GMT) |
---|---|---|
committer | kmu <kmu@hdfgroup.org> | 2019-12-06 18:03:19 (GMT) |
commit | f22e258586009b59cebdde931620c9d7379db6cd (patch) | |
tree | 062a4f4fdce26ea9ca4ef9f3016c87017a2b87b8 /tools/lib | |
parent | 1f871e23b7c3fdec925004f2cd39d3a2cdd8decb (diff) | |
download | hdf5-f22e258586009b59cebdde931620c9d7379db6cd.zip hdf5-f22e258586009b59cebdde931620c9d7379db6cd.tar.gz hdf5-f22e258586009b59cebdde931620c9d7379db6cd.tar.bz2 |
remove unsed var,function,macro, etc
Diffstat (limited to 'tools/lib')
-rw-r--r-- | tools/lib/h5tools_utils.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/lib/h5tools_utils.c b/tools/lib/h5tools_utils.c index 47ce690..da19e6a 100644 --- a/tools/lib/h5tools_utils.c +++ b/tools/lib/h5tools_utils.c @@ -1277,9 +1277,9 @@ done: *----------------------------------------------------------------------------- */ int -h5tools_set_configured_fapl(hid_t fapl_id, - const char vfd_name[], - void *fapl_t_ptr) +h5tools_set_configured_fapl(hid_t fapl_id, + const char vfd_name[], + void H5_ATTR_UNUSED *fapl_t_ptr) { int ret_value = 1; |