mirror of
https://github.com/official-stockfish/Stockfish.git
synced 2026-07-22 20:57:10 +00: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:
+1
-1
@@ -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