comparison between signed and unsigned integer expressions

This commit is contained in:
Dennis Luxen
2014-07-18 13:58:37 +02:00
parent 2255ab0a37
commit afb6c5a09d
2 changed files with 9 additions and 8 deletions
+1 -1
View File
@@ -619,7 +619,7 @@ class Contractor
NodeID target;
ContractorGraph::EdgeData data;
for (auto i = 0; i < temp_edge_counter; ++i)
for (uint64_t i = 0; i < temp_edge_counter; ++i)
{
temporary_storage.ReadFromSlot(edge_storage_slot, (char *)&source, sizeof(NodeID));
temporary_storage.ReadFromSlot(edge_storage_slot, (char *)&target, sizeof(NodeID));