diff options
author | David Young <dyoung@hdfgroup.org> | 2019-11-13 17:25:27 (GMT) |
---|---|---|
committer | David Young <dyoung@hdfgroup.org> | 2019-11-13 17:25:27 (GMT) |
commit | 0cb24f8ad4748c4ea49d85c24f1031083a04a011 (patch) | |
tree | a6e9c36b8d441447336b897ef8b9de12602ed211 | |
parent | 769a6e9d328e59c503da345e55a8427094c76b25 (diff) | |
download | hdf5-0cb24f8ad4748c4ea49d85c24f1031083a04a011.zip hdf5-0cb24f8ad4748c4ea49d85c24f1031083a04a011.tar.gz hdf5-0cb24f8ad4748c4ea49d85c24f1031083a04a011.tar.bz2 |
Mark an unused parameter H5_ATTR_UNUSED.
-rw-r--r-- | tools/lib/h5tools_utils.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/lib/h5tools_utils.c b/tools/lib/h5tools_utils.c index 47ce690..6fc9de4 100644 --- a/tools/lib/h5tools_utils.c +++ b/tools/lib/h5tools_utils.c @@ -1279,7 +1279,7 @@ done: int h5tools_set_configured_fapl(hid_t fapl_id, const char vfd_name[], - void *fapl_t_ptr) + void *fapl_t_ptr H5_ATTR_UNUSED) { int ret_value = 1; |