]> git.sesse.net Git - stockfish/commitdiff
Fix a warning with MSVC in 'analyze' mode
authorMarco Costalba <mcostalba@gmail.com>
Sat, 14 Jun 2014 10:46:58 +0000 (12:46 +0200)
committerMarco Costalba <mcostalba@gmail.com>
Sat, 14 Jun 2014 10:46:58 +0000 (12:46 +0200)
Here MSVC is worried that

StepAttacksBB[PAWN][psq]

could overflow, so change psq initialization
to clarify psq is always less than 64.

No functional change.


No differences found