diff options
Diffstat (limited to 'src/H5FDlog.c')
-rw-r--r-- | src/H5FDlog.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/H5FDlog.c b/src/H5FDlog.c index c441793..148f3ef 100644 --- a/src/H5FDlog.c +++ b/src/H5FDlog.c @@ -636,9 +636,8 @@ H5FD_log_cmp(const H5FD_t *_f1, const H5FD_t *_f2) *------------------------------------------------------------------------- */ static herr_t -H5FD_log_query(const H5FD_t *_f, unsigned long *flags /* out */) +H5FD_log_query(const UNUSED H5FD_t *_f, unsigned long *flags /* out */) { - const H5FD_log_t *f = (const H5FD_log_t*)_f; herr_t ret_value=SUCCEED; FUNC_ENTER(H5FD_log_query, FAIL); |