Windows warning fixes
This commit is contained in:
@@ -344,7 +344,7 @@ int Thread::start() {
|
||||
|
||||
pd->threadStartedBlock.reset();
|
||||
|
||||
pd->tid.set( (void*)_beginthreadex(NULL,pd->stackSize,ThreadPrivateActions::StartThread,static_cast<void *>(this),0,&ID));
|
||||
pd->tid.set( (void*)_beginthreadex(NULL,static_cast<unsigned>(pd->stackSize),ThreadPrivateActions::StartThread,static_cast<void *>(this),0,&ID));
|
||||
|
||||
pd->uniqueId = (int)ID;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user