mirror of
https://github.com/HChaZZY/Stockfish.git
synced 2025-12-21 17:46:26 +08:00
Fix some warnings under icc
No functional change. Signed-off-by: Marco Costalba <mcostalba@gmail.com>
This commit is contained in:
@@ -38,7 +38,6 @@
|
||||
class History {
|
||||
|
||||
public:
|
||||
History() { clear(); }
|
||||
void clear();
|
||||
Value value(Piece p, Square to) const;
|
||||
void update(Piece p, Square to, Value bonus);
|
||||
|
||||
Reference in New Issue
Block a user