diff options
Diffstat (limited to 'src/H5Sall.c')
-rw-r--r-- | src/H5Sall.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/H5Sall.c b/src/H5Sall.c index bb83cf9..5e91b6f 100644 --- a/src/H5Sall.c +++ b/src/H5Sall.c @@ -75,7 +75,7 @@ const H5S_mconv_t H5S_ALL_MCONV[1] = {{ *------------------------------------------------------------------------- */ static herr_t -H5S_all_init (const struct H5O_layout_t __unused__ *layout, +H5S_all_init (const struct H5O_layout_t UNUSED *layout, const H5S_t *space, H5S_sel_iter_t *sel_iter) { FUNC_ENTER (H5S_all_init, FAIL); @@ -519,7 +519,7 @@ H5S_all_mscat (const void *_tconv_buf, size_t elmt_size, REVISION LOG --------------------------------------------------------------------------*/ herr_t -H5S_all_release (H5S_t __unused__ *space) +H5S_all_release (H5S_t UNUSED *space) { FUNC_ENTER (H5S_all_release, FAIL); @@ -624,7 +624,7 @@ H5S_all_select_serialize (const H5S_t *space, uint8_t *buf) REVISION LOG --------------------------------------------------------------------------*/ herr_t -H5S_all_select_deserialize (H5S_t *space, const uint8_t __unused__ *buf) +H5S_all_select_deserialize (H5S_t *space, const uint8_t UNUSED *buf) { herr_t ret_value=FAIL; /* return value */ |