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:
@@ -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_;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user