diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2003-10-13 19:26:55 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2003-10-13 19:26:55 (GMT) |
commit | 4a4f9cd82d950fb752587125cb2a011d14ec2223 (patch) | |
tree | ad992651716c6dd77a63298de8c89fee1ae42e88 /testpar/t_mdset.c | |
parent | 6e9280392a078ff464e3e35ac2cf99a3118dd17f (diff) | |
download | hdf5-4a4f9cd82d950fb752587125cb2a011d14ec2223.zip hdf5-4a4f9cd82d950fb752587125cb2a011d14ec2223.tar.gz hdf5-4a4f9cd82d950fb752587125cb2a011d14ec2223.tar.bz2 |
[svn-r7615] Purpose:
Code cleanup
Description:
Clean up various compiler warnings.
Platforms tested:
FreeBSD 4.9 (sleipnir) w/parallel
too minor to require h5committest
Diffstat (limited to 'testpar/t_mdset.c')
-rw-r--r-- | testpar/t_mdset.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/testpar/t_mdset.c b/testpar/t_mdset.c index 3bbad86..5dfeb3b 100644 --- a/testpar/t_mdset.c +++ b/testpar/t_mdset.c @@ -112,7 +112,6 @@ void compact_dataset(char *filename) hbool_t use_gpfs = FALSE; hid_t iof, plist, dcpl, dxpl, dataset, filespace; hsize_t file_dims [DIM]={SIZE,SIZE}; - hsize_t count[DIM]={1,1}; double outme [SIZE][SIZE], inme[SIZE][SIZE]; char dname[]="dataset"; herr_t ret; |