Commit 7d4ecd5b by Marcus Winter

containers_cpp: removed cppcheck warnings

parent d59cff75
......@@ -38,6 +38,9 @@ HazardPointerTest::HazardPointerTest() :
#ifdef _MSC_VER
#pragma warning(pop)
#endif
object_pool(NULL),
stack(NULL),
hp(NULL),
n_threads(static_cast<int>
(partest::TestSuite::GetDefaultNumThreads())) {
n_elements_per_thread = 100;
......
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 sign in to comment