]> git.sesse.net Git - stockfish/commitdiff
Fix some warnings and a compile error with icc
authorMarco Costalba <mcostalba@gmail.com>
Tue, 12 Apr 2011 05:27:00 +0000 (07:27 +0200)
committerMarco Costalba <mcostalba@gmail.com>
Tue, 12 Apr 2011 07:05:41 +0000 (08:05 +0100)
Unfortunatly icc does not understand that weakerSide and
strongerSide belongs to the base class :-(

So we have define them in the derived class.

No functional change.

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

No differences found