summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobert Kim Yates <rkyates@llnl.gov>1998-08-31 21:46:36 (GMT)
committerRobert Kim Yates <rkyates@llnl.gov>1998-08-31 21:46:36 (GMT)
commit5aa61b6fcfc99ff4c6b3cfc1c639e062313564ee (patch)
treed9faed89c1220b03b7aa90915f9727b7737db84d
parent65dea75ab8146583a30bd2b84e4b2202a2afe438 (diff)
downloadhdf5-5aa61b6fcfc99ff4c6b3cfc1c639e062313564ee.zip
hdf5-5aa61b6fcfc99ff4c6b3cfc1c639e062313564ee.tar.gz
hdf5-5aa61b6fcfc99ff4c6b3cfc1c639e062313564ee.tar.bz2
[svn-r640] Added __unused__ to H5S_mpio_spaces_xfer parameters pline and efl.
-rw-r--r--src/H5Smpio.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/H5Smpio.c b/src/H5Smpio.c
index 4701a3f..2275120 100644
--- a/src/H5Smpio.c
+++ b/src/H5Smpio.c
@@ -51,8 +51,8 @@ H5S_mpio_space_type( const H5S_t *space, const size_t elmt_size,
hbool_t *is_derived_type );
static herr_t
H5S_mpio_spaces_xfer (H5F_t *f, const struct H5O_layout_t *layout,
- const struct H5O_pline_t *pline,
- const struct H5O_efl_t *efl, size_t elmt_size,
+ const struct H5O_pline_t __unused__ *pline,
+ const struct H5O_efl_t __unused__ *efl, size_t elmt_size,
const H5S_t *file_space, const H5S_t *mem_space,
const H5D_transfer_t xfer_mode, void *buf /*out*/,
const hbool_t do_write );
@@ -438,8 +438,8 @@ H5S_mpio_space_type( const H5S_t *space, const size_t elmt_size,
*/
herr_t
H5S_mpio_spaces_xfer (H5F_t *f, const struct H5O_layout_t *layout,
- const struct H5O_pline_t *pline,
- const struct H5O_efl_t *efl, size_t elmt_size,
+ const struct H5O_pline_t __unused__ *pline,
+ const struct H5O_efl_t __unused__ *efl, size_t elmt_size,
const H5S_t *file_space, const H5S_t *mem_space,
const H5D_transfer_t xfer_mode, void *buf /*out*/,
const hbool_t do_write )