mirror of
https://github.com/sockspls/badfish
synced 2025-04-30 08:43:09 +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:
parent
3a4d6e2034
commit
657286b0e5
2 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue