From 7e35a60650eeb610591b4dc81e935d9482a5cc09 Mon Sep 17 00:00:00 2001 From: "Vicente J. Botet Escriba" Date: Sun, 3 Mar 2013 09:50:26 +0000 Subject: [PATCH] Thread: remove warning [SVN r83259] --- include/boost/thread/win32/shared_mutex.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/boost/thread/win32/shared_mutex.hpp b/include/boost/thread/win32/shared_mutex.hpp index d2589caa..f64a8642 100644 --- a/include/boost/thread/win32/shared_mutex.hpp +++ b/include/boost/thread/win32/shared_mutex.hpp @@ -95,7 +95,7 @@ namespace boost detail::win32::release_semaphore(semaphores[exclusive_sem],LONG_MAX); boost::throw_exception(thread_resource_error()); } - state_data state_={0}; + state_data state_={0,0,0,0,0,0}; state=state_; }