Skip to content
Snippets Groups Projects
Commit b27eefd5 authored by Rainer Kartmann's avatar Rainer Kartmann
Browse files

Fix differing signedness

parent 0000bccd
No related branches found
No related tags found
1 merge request!198Refactor/new arch armem
......@@ -100,7 +100,7 @@ BOOST_AUTO_TEST_CASE(test_memory_export__benchmark)
TIMING_START(LTM_Export__Benchmark);
for (unsigned int i = 0; i < num_exports; ++i)
for (int i = 0; i < num_exports; ++i)
{
en.clear();
auto& snap = en.addSnapshot(IceUtil::Time::now());
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment