mirror of
https://github.com/HChaZZY/Stockfish.git
synced 2025-12-20 00:56:39 +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;
|
||||
|
||||
@@ -59,7 +59,7 @@ public:
|
||||
void setKingShelter(Color c, Square ksq, int value);
|
||||
|
||||
private:
|
||||
void clear();
|
||||
inline void clear();
|
||||
|
||||
Key key;
|
||||
Bitboard passedPawns;
|
||||
|
||||
Reference in New Issue
Block a user