2
0
mirror of https://github.com/boostorg/thread.git synced 2026-01-24 18:32:32 +00:00

Thread: remove warning

[SVN r83259]
This commit is contained in:
Vicente J. Botet Escriba
2013-03-03 09:50:26 +00:00
parent 2b5bd7275e
commit 7e35a60650

View File

@@ -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_;
}