mirror of
https://github.com/HChaZZY/Stockfish.git
synced 2025-12-21 17:46:26 +08:00
Fix issues detected by Coverity Scan
Most of Coverity Scan reports are false positives, but in rare cases we have confirmed (very small) issues. No functional change.
This commit is contained in:
@@ -91,7 +91,7 @@ struct SplitPoint {
|
||||
|
||||
struct ThreadBase {
|
||||
|
||||
ThreadBase() : exit(false) {}
|
||||
ThreadBase() : handle(NativeHandle()), exit(false) {}
|
||||
virtual ~ThreadBase() {}
|
||||
virtual void idle_loop() = 0;
|
||||
void notify_one();
|
||||
|
||||
Reference in New Issue
Block a user