[svn-r11771] Purpose:

Code cleanup

Description:
    Fix a bunch of warnings flagged by Windows compilers.


Platforms tested:
    FreeBSD 4.11 (sleipnir)
    Too minor to require h5committest
This commit is contained in:
Quincey Koziol
2005-12-08 13:34:51 -05:00
parent bfa65eed0f
commit 88c15b1617
21 changed files with 89 additions and 88 deletions

View File

@@ -88,7 +88,7 @@
* is set to 0 on success. On failure, returns 0 and
* error is set to negative.
*/
unsigned int PacketTable::GetPacketCount(int& error)
hsize_t PacketTable::GetPacketCount(int& error)
{
hsize_t npackets;