diff options
Diffstat (limited to 'src/H5Dselect.c')
-rw-r--r-- | src/H5Dselect.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/H5Dselect.c b/src/H5Dselect.c index df9d32f..928f90d 100644 --- a/src/H5Dselect.c +++ b/src/H5Dselect.c @@ -432,7 +432,7 @@ herr_t H5D_select_read(H5D_io_info_t *io_info, size_t nelmts, size_t elmt_size, const H5S_t *file_space, const H5S_t *mem_space, - const haddr_t UNUSED addr, + haddr_t UNUSED addr, void *buf/*out*/) { H5S_sel_iter_t mem_iter; /* Memory selection iteration info */ @@ -576,7 +576,7 @@ herr_t H5D_select_write(H5D_io_info_t *io_info, size_t nelmts, size_t elmt_size, const H5S_t *file_space, const H5S_t *mem_space, - const haddr_t UNUSED addr, + haddr_t UNUSED addr, const void *buf/*out*/) { H5S_sel_iter_t mem_iter; /* Memory selection iteration info */ |