summaryrefslogtreecommitdiffstats
path: root/src/H5FDlog.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/H5FDlog.c')
-rw-r--r--src/H5FDlog.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5FDlog.c b/src/H5FDlog.c
index 195e34c..af40afc 100644
--- a/src/H5FDlog.c
+++ b/src/H5FDlog.c
@@ -638,7 +638,7 @@ H5FD_log_cmp(const H5FD_t *_f1, const H5FD_t *_f2)
*-------------------------------------------------------------------------
*/
static herr_t
-H5FD_log_query(const UNUSED H5FD_t *_f, unsigned long *flags /* out */)
+H5FD_log_query(const H5FD_t UNUSED *_f, unsigned long *flags /* out */)
{
herr_t ret_value=SUCCEED;