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;
|
Value evaluate(const Position& pos) const;
|
||||||
|
|
||||||
private:
|
private:
|
||||||
void clear();
|
inline void clear();
|
||||||
|
|
||||||
Key key;
|
Key key;
|
||||||
int16_t mgValue;
|
int16_t mgValue;
|
||||||
|
|||||||
@@ -59,7 +59,7 @@ public:
|
|||||||
void setKingShelter(Color c, Square ksq, int value);
|
void setKingShelter(Color c, Square ksq, int value);
|
||||||
|
|
||||||
private:
|
private:
|
||||||
void clear();
|
inline void clear();
|
||||||
|
|
||||||
Key key;
|
Key key;
|
||||||
Bitboard passedPawns;
|
Bitboard passedPawns;
|
||||||
|
|||||||
Reference in New Issue
Block a user