summaryrefslogtreecommitdiffstats
path: root/hl
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2010-05-27 20:00:44 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2010-05-27 20:00:44 (GMT)
commitfc3de1ec794584b1bdc6e615d8d2afc15f5bb5ec (patch)
tree02521f828297605a64f41be700eb3fbccca139f9 /hl
parent087053398a9812e25dbafba2eba1044830f3dc23 (diff)
downloadhdf5-fc3de1ec794584b1bdc6e615d8d2afc15f5bb5ec.zip
hdf5-fc3de1ec794584b1bdc6e615d8d2afc15f5bb5ec.tar.gz
hdf5-fc3de1ec794584b1bdc6e615d8d2afc15f5bb5ec.tar.bz2
[svn-r18916] Description:
Bring r18915 from trunk to 1.8 branch: 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)
Diffstat (limited to 'hl')
-rw-r--r--hl/c++/src/H5PacketTable.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/hl/c++/src/H5PacketTable.cpp b/hl/c++/src/H5PacketTable.cpp
index f815a66..74b8029 100644
--- a/hl/c++/src/H5PacketTable.cpp
+++ b/hl/c++/src/H5PacketTable.cpp
@@ -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)