diff options
Diffstat (limited to 'src/H5T.c')
-rw-r--r-- | src/H5T.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1924,7 +1924,7 @@ done: *------------------------------------------------------------------------- */ static int -H5T_unlock_cb (void *_dt, hid_t id, const void * UNUSED key) +H5T_unlock_cb (void *_dt, hid_t UNUSED id, const void * UNUSED key) { H5T_t *dt = (H5T_t *)_dt; |