summaryrefslogtreecommitdiffstats
path: root/tools/lib/h5tools_utils.c
diff options
context:
space:
mode:
authorDavid Young <dyoung@hdfgroup.org>2019-11-13 17:25:27 (GMT)
committerDavid Young <dyoung@hdfgroup.org>2019-11-13 17:25:27 (GMT)
commit0cb24f8ad4748c4ea49d85c24f1031083a04a011 (patch)
treea6e9c36b8d441447336b897ef8b9de12602ed211 /tools/lib/h5tools_utils.c
parent769a6e9d328e59c503da345e55a8427094c76b25 (diff)
downloadhdf5-0cb24f8ad4748c4ea49d85c24f1031083a04a011.zip
hdf5-0cb24f8ad4748c4ea49d85c24f1031083a04a011.tar.gz
hdf5-0cb24f8ad4748c4ea49d85c24f1031083a04a011.tar.bz2
Mark an unused parameter H5_ATTR_UNUSED.
Diffstat (limited to 'tools/lib/h5tools_utils.c')
-rw-r--r--tools/lib/h5tools_utils.c2
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;