diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2002-08-27 13:42:40 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2002-08-27 13:42:40 (GMT) |
commit | c6f898c3c7ecdc9f6a5fc73cf189ce3f389ab57f (patch) | |
tree | 845923f5f4d6cef98fdfef216529eb00f2a041e8 /testpar/t_mdset.c | |
parent | c2869d6a57b3ba2d3d5bac8fd8f3f638263b122e (diff) | |
download | hdf5-c6f898c3c7ecdc9f6a5fc73cf189ce3f389ab57f.zip hdf5-c6f898c3c7ecdc9f6a5fc73cf189ce3f389ab57f.tar.gz hdf5-c6f898c3c7ecdc9f6a5fc73cf189ce3f389ab57f.tar.bz2 |
[svn-r5896] Purpose:
Code cleanup
Description:
Cleaned up some compiler warnings.
Platforms tested:
FreeBSD 4.6 (sleipnir) w/serial & parallel. Will be testing on IRIX64
6.5 (modi4) in serial & parallel shortly.
Diffstat (limited to 'testpar/t_mdset.c')
-rw-r--r-- | testpar/t_mdset.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testpar/t_mdset.c b/testpar/t_mdset.c index c03de3c..574fdb4 100644 --- a/testpar/t_mdset.c +++ b/testpar/t_mdset.c @@ -85,7 +85,7 @@ void multiple_dset_write(char *filename, int ndatasets) */ void compact_dataset(char *filename) { - int i, j, n, mpi_size, mpi_rank, err_num=0; + int i, j, mpi_size, mpi_rank, err_num=0; hid_t iof, plist, dcpl, dxpl, dataset, memspace, filespace; hssize_t chunk_origin [DIM]; hsize_t chunk_dims [DIM], file_dims [DIM]; |