]> git.sesse.net Git - stockfish/commitdiff
Fix a couple of new MSVC 2010 warnings
authorMarco Costalba <mcostalba@gmail.com>
Wed, 10 Feb 2010 20:27:44 +0000 (21:27 +0100)
committerMarco Costalba <mcostalba@gmail.com>
Wed, 10 Feb 2010 20:27:44 +0000 (21:27 +0100)
Compiler complains because in Book we have a d'tor but not
copy c'tor and assignement operator (warning C4511 and C4512),
note that after adding them (just declared) you now need also
default c'tor !

No functional change.

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

No differences found