From 7d4ecd5b252d5abdda5f0afd917de582fcece2f1 Mon Sep 17 00:00:00 2001 From: Marcus Winter Date: Mon, 19 Jan 2015 10:57:30 +0100 Subject: [PATCH] containers_cpp: removed cppcheck warnings --- containers_cpp/test/hazard_pointer_test.cc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/containers_cpp/test/hazard_pointer_test.cc b/containers_cpp/test/hazard_pointer_test.cc index 6ea7611..33db76f 100644 --- a/containers_cpp/test/hazard_pointer_test.cc +++ b/containers_cpp/test/hazard_pointer_test.cc @@ -38,6 +38,9 @@ HazardPointerTest::HazardPointerTest() : #ifdef _MSC_VER #pragma warning(pop) #endif + object_pool(NULL), + stack(NULL), + hp(NULL), n_threads(static_cast (partest::TestSuite::GetDefaultNumThreads())) { n_elements_per_thread = 100; -- libgit2 0.26.0