mirror of
https://github.com/HChaZZY/Stockfish.git
synced 2025-12-19 16:46:30 +08:00
Another Intel warning sqeezed
Signed-off-by: Marco Costalba <mcostalba@gmail.com>
This commit is contained in:
@@ -199,7 +199,7 @@ int generate_evasions(const Position& pos, MoveStack* mlist) {
|
||||
|
||||
while (b1)
|
||||
{
|
||||
Square to = pop_1st_bit(&b1);
|
||||
to = pop_1st_bit(&b1);
|
||||
|
||||
// Make sure to is not attacked by the other side. This is a bit ugly,
|
||||
// because we can't use Position::square_is_attacked. Instead we use
|
||||
|
||||
Reference in New Issue
Block a user