mirror of
https://github.com/sockspls/badfish
synced 2025-04-29 16:23:09 +00:00
Another Intel warning sqeezed
Signed-off-by: Marco Costalba <mcostalba@gmail.com>
This commit is contained in:
parent
279ed7ed48
commit
ce93a202b5
1 changed files with 23 additions and 23 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue