1
0
Fork 0
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:
Marco Costalba 2008-10-20 21:57:13 +02:00
parent 279ed7ed48
commit ce93a202b5

View file

@ -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