[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:
Quincey Koziol
2010-05-27 14:20:58 -05:00
parent 006aa82452
commit 2f5164b104
2 changed files with 24 additions and 20 deletions

View File

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