diff options
Diffstat (limited to 'src/H5FDfphdf5.c')
-rw-r--r-- | src/H5FDfphdf5.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5FDfphdf5.c b/src/H5FDfphdf5.c index 2eddc55..63df283 100644 --- a/src/H5FDfphdf5.c +++ b/src/H5FDfphdf5.c @@ -1741,7 +1741,7 @@ done: *------------------------------------------------------------------------- */ static herr_t -H5FD_fphdf5_flush(H5FD_t *_file, hid_t dxpl_id, unsigned closing) +H5FD_fphdf5_flush(H5FD_t *_file, hid_t UNUSED dxpl_id, unsigned closing) { #if 0 H5FP_fphdf5_t *file = (H5FP_fphdf5_t*)_file; |