[svn-r18915] Description:
Clean up a couple of compiler warnings (in Windows).
Tested on:
Mac OS X/32 10.6.3 (amazon) w/debug
(too minor to require h5committest)
This commit is contained in:
@@ -190,7 +190,7 @@
|
||||
if (startIndex > endIndex)
|
||||
return -1;
|
||||
|
||||
return H5PTread_packets(table_id, startIndex, endIndex-startIndex+1, data);
|
||||
return H5PTread_packets(table_id, startIndex, (size_t)(endIndex-startIndex+1), data);
|
||||
}
|
||||
|
||||
/* GetNextPacket (single packet)
|
||||
|
||||
Reference in New Issue
Block a user