mirror of
https://github.com/opelly27/Stockfish.git
synced 2026-05-20 13:17:44 +00:00
Fix some Clang warnings
Found by Clang in extra verbose mode :-) No functional change.
This commit is contained in:
+1
-1
@@ -134,8 +134,8 @@ namespace {
|
||||
}
|
||||
}
|
||||
|
||||
int stableCnt;
|
||||
Key expectedPosKey;
|
||||
int stableCnt;
|
||||
Move pv[3];
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user