Fix -Wshorten-64-to-32 warnings
This commit is contained in:
@ -198,7 +198,7 @@ bool ThreadPoolMan::StopThreads()
|
||||
|
||||
// all threads to exit
|
||||
SetExitFlag(true);
|
||||
for(uint waitcnt = thread_list.size(); 0 < waitcnt; --waitcnt){
|
||||
for(size_t waitcnt = thread_list.size(); 0 < waitcnt; --waitcnt){
|
||||
thpoolman_sem.post();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user