mirror of
https://github.com/HChaZZY/Stockfish.git
synced 2025-12-21 09:37:16 +08: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:
@@ -75,6 +75,9 @@ class EndgameFunctions;
|
||||
|
||||
class MaterialInfoTable {
|
||||
|
||||
MaterialInfoTable(const MaterialInfoTable&);
|
||||
MaterialInfoTable& operator=(const MaterialInfoTable&);
|
||||
|
||||
public:
|
||||
MaterialInfoTable();
|
||||
~MaterialInfoTable();
|
||||
|
||||
Reference in New Issue
Block a user