]> git.sesse.net Git - stockfish/commitdiff
Fix a MSVC warning
authorMarco Costalba <mcostalba@gmail.com>
Sat, 24 Mar 2012 09:14:21 +0000 (10:14 +0100)
committerMarco Costalba <mcostalba@gmail.com>
Sat, 24 Mar 2012 09:14:21 +0000 (10:14 +0100)
Not correct warning about use of an uninitialized
variable. The warning is not correct becuase we can
never reach the warned code when in SpNode, anyhow
the fix is simple.

No functional change.

Signed-off-by: Marco Costalba <mcostalba@gmail.com>

No differences found