mirror of
https://github.com/opelly27/Stockfish.git
synced 2026-05-20 12:07:43 +00:00
Fixed some warnings when using -Weffc++ gcc option
Plus some other icc warnings popped up with new and strictier compile options. No functional and speed change. Signed-off-by: Marco Costalba <mcostalba@gmail.com>
This commit is contained in:
@@ -78,6 +78,9 @@ class PawnInfoTable {
|
||||
|
||||
enum SideType { KingSide, QueenSide };
|
||||
|
||||
PawnInfoTable(const PawnInfoTable&);
|
||||
PawnInfoTable& operator=(const PawnInfoTable&);
|
||||
|
||||
public:
|
||||
PawnInfoTable();
|
||||
~PawnInfoTable();
|
||||
|
||||
Reference in New Issue
Block a user