]> git.sesse.net Git - stockfish/commitdiff
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)
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.


No differences found