[svn-r1835] Cleaned up a few warnings.

This commit is contained in:
Quincey Koziol 1999-11-17 16:58:38 -05:00
parent ef4c6e6bc8
commit cd313a1645

View File

@ -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);