Commit 5711c9bc authored by Paul's avatar Paul
Browse files

Upgrade cppcheck version

parent 90a37082
......@@ -54,7 +54,6 @@ void par_for_impl(std::size_t n, std::size_t threadsize, F f)
f(i);
}
});
// cppcheck-suppress unreadVariable
work += grainsize;
return result;
});
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment