diff options
Diffstat (limited to 'src/H5FDsec2.c')
-rw-r--r-- | src/H5FDsec2.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/H5FDsec2.c b/src/H5FDsec2.c index 7e66f39..6222964 100644 --- a/src/H5FDsec2.c +++ b/src/H5FDsec2.c @@ -406,9 +406,8 @@ H5FD_sec2_cmp(const H5FD_t *_f1, const H5FD_t *_f2) *------------------------------------------------------------------------- */ static herr_t -H5FD_sec2_query(const H5FD_t *_f, unsigned long *flags /* out */) +H5FD_sec2_query(const UNUSED H5FD_t *_f, unsigned long *flags /* out */) { - const H5FD_sec2_t *f = (const H5FD_sec2_t*)_f; herr_t ret_value=SUCCEED; FUNC_ENTER(H5FD_sec2_query, FAIL); |