mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-03-31 17:10:47 +08:00
[svn-r1835] Cleaned up a few warnings.
This commit is contained in:
parent
ef4c6e6bc8
commit
cd313a1645
@ -65,7 +65,7 @@ main (void)
|
||||
if (order == H5T_ORDER_LE) printf("Little endian order \n");
|
||||
|
||||
size = H5Tget_size(datatype);
|
||||
printf(" Data size is %d \n", size);
|
||||
printf(" Data size is %d \n", (int)size);
|
||||
|
||||
dataspace = H5Dget_space(dataset); /* dataspace handle */
|
||||
rank = H5Sget_simple_extent_ndims(dataspace);
|
||||
|
Loading…
x
Reference in New Issue
Block a user