]> 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>
Mon, 19 Jan 2015 07:11:43 +0000 (08:11 +0100)
commitca3622f8e86746b066f75db449b1e8beac111b6c
tree4f0d27ed325c65ef254aa7424859f0e7944e432b
parent712bbb052eb19f04d184da3d9ba66ae11f565201
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.

No functional change.
src/endgame.h