mirror of
https://github.com/opelly27/Stockfish.git
synced 2026-05-20 09:47:46 +00:00
Fix build with MSVC 2013
Also add an assert hinted by MSVC code analysis tool. No functional change.
This commit is contained in:
@@ -1669,6 +1669,7 @@ void Thread::idle_loop() {
|
||||
Threads.mutex.lock();
|
||||
|
||||
assert(searching);
|
||||
assert(activeSplitPoint);
|
||||
SplitPoint* sp = activeSplitPoint;
|
||||
|
||||
Threads.mutex.unlock();
|
||||
|
||||
Reference in New Issue
Block a user