diff options
author | MuQun Yang <ymuqun@hdfgroup.org> | 2006-02-21 14:14:22 (GMT) |
---|---|---|
committer | MuQun Yang <ymuqun@hdfgroup.org> | 2006-02-21 14:14:22 (GMT) |
commit | a6038b946e77407caa54b15b6a2be405f52d1b08 (patch) | |
tree | 6a71978b01a1c84f4b4790bee6027cc5e095d980 /src/H5Dio.c | |
parent | 593f1a9a5178b0ab079f47f8f395cdba41f1a78c (diff) | |
download | hdf5-a6038b946e77407caa54b15b6a2be405f52d1b08.zip hdf5-a6038b946e77407caa54b15b6a2be405f52d1b08.tar.gz hdf5-a6038b946e77407caa54b15b6a2be405f52d1b08.tar.bz2 |
[svn-r11960] Purpose:
code clean up
Description:
Clean up some warnings in collective chunk IO code
Solution:
Platforms tested:
heping
Misc. update:
Diffstat (limited to 'src/H5Dio.c')
-rw-r--r-- | src/H5Dio.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5Dio.c b/src/H5Dio.c index 3cdc799..167ab22 100644 --- a/src/H5Dio.c +++ b/src/H5Dio.c @@ -98,7 +98,7 @@ static herr_t H5D_write(H5D_t *dataset, hid_t mem_type_id, static herr_t H5D_contig_read(H5D_io_info_t *io_info, hsize_t nelmts, const H5T_t *mem_type, const H5S_t *mem_space, const H5S_t *file_space, H5T_path_t *tpath, - hid_t src_id, hid_t dst_id, void *buf/*out*/); + hid_t src_id, hid_t dst_id, void *buf/*out*/); static herr_t H5D_contig_write(H5D_io_info_t *io_info, hsize_t nelmts, const H5T_t *mem_type, const H5S_t *mem_space, const H5S_t *file_space, H5T_path_t *tpath, |