mirror of
https://github.com/HChaZZY/Stockfish.git
synced 2025-12-21 01:27:16 +08:00
Fix a couple of warnings under Intel compiler
No functional change. Signed-off-by: Marco Costalba <mcostalba@gmail.com>
This commit is contained in:
@@ -59,7 +59,7 @@ public:
|
||||
Value evaluate(const Position& pos) const;
|
||||
|
||||
private:
|
||||
void clear();
|
||||
inline void clear();
|
||||
|
||||
Key key;
|
||||
int16_t mgValue;
|
||||
|
||||
Reference in New Issue
Block a user