]> git.sesse.net Git - stockfish/commit
Fix a MSVC warning at W4
authorMarco Costalba <mcostalba@gmail.com>
Mon, 19 Jan 2015 07:11:43 +0000 (08:11 +0100)
committerMarco Costalba <mcostalba@gmail.com>
Sun, 25 Jan 2015 08:36:05 +0000 (09:36 +0100)
commit8ebf30d44a7ca1d708f2a1bb659d2817baaa6850
tree937ebecfca108982cfc47e88df97b01e6c0114e9
parent5154ac9cff432574eefd461c54eb646ddf6e96e6
Fix a MSVC warning at W4

Warning is C4512 (assignment operator could not be generated)

Now, apart the foreign syzygy code, everything compiles
without warnings at warning level 4.

Backported from C++11 branch.

No functional change.
src/endgame.h