Fixed some warnings (left some because they need more attention)
This commit is contained in:
parent
ccae3685ac
commit
468779ba38
6 changed files with 12 additions and 8 deletions
|
|
@ -223,7 +223,8 @@ void ASyncDBConnection::Thread::waitForAndSendCommand()
|
|||
{
|
||||
WaitHandleList whl;
|
||||
auto wait_result_new_command = whl.add(m_commandQueue.m_newEvent);
|
||||
auto wait_result_stop = whl.add(m_stopEvent);
|
||||
//auto wait_result_stop =
|
||||
whl.add(m_stopEvent);
|
||||
|
||||
DWORD res = MsgWaitForMultipleObjectsEx(
|
||||
whl.count(), // _In_ DWORD nCount,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue