mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-04-18 17:40:55 +08:00
[svn-r1664] still getting some warnings. changed the sdims variable to int
This commit is contained in:
parent
3662fe727e
commit
72661ffc07
@ -1163,10 +1163,10 @@ hid_t fxdlenstr, fxdlenstr2, memtype;
|
||||
hsize_t dims[1], size[1], start[1], stride[1], count[1], block[1];
|
||||
|
||||
|
||||
hsize_t i;
|
||||
int i;
|
||||
char buf[LENSTR+10];
|
||||
char buf2[3*LENSTR2];
|
||||
hsize_t sdim;
|
||||
int sdim;
|
||||
|
||||
fid = H5Fcreate(FILE14, H5F_ACC_TRUNC, H5P_DEFAULT, H5P_DEFAULT);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user