diff options
Diffstat (limited to 'src/H5FDmpio.c')
-rw-r--r-- | src/H5FDmpio.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/H5FDmpio.c b/src/H5FDmpio.c index 3e9d200..064341b 100644 --- a/src/H5FDmpio.c +++ b/src/H5FDmpio.c @@ -989,7 +989,9 @@ H5FD_mpio_close(H5FD_t *_file) static herr_t H5FD_mpio_query(const H5FD_t *_file, unsigned long *flags /* out */) { +#ifndef NDEBUG const H5FD_mpio_t *file = (const H5FD_mpio_t*)_file; +#endif /* NDEBUG */ herr_t ret_value=SUCCEED; FUNC_ENTER_NOAPI(H5FD_mpio_query, FAIL); |