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:
Marco Costalba
2010-10-16 13:52:01 +02:00
parent d664773a83
commit 85a7456bd7
6 changed files with 15 additions and 6 deletions
+3
View File
@@ -78,6 +78,9 @@ class PawnInfoTable {
enum SideType { KingSide, QueenSide };
PawnInfoTable(const PawnInfoTable&);
PawnInfoTable& operator=(const PawnInfoTable&);
public:
PawnInfoTable();
~PawnInfoTable();