1
0
Fork 0
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:
Marco Costalba 2009-06-20 13:56:31 +02:00
parent 3a4d6e2034
commit 657286b0e5
2 changed files with 2 additions and 2 deletions

View file

@ -59,7 +59,7 @@ public:
Value evaluate(const Position& pos) const;
private:
void clear();
inline void clear();
Key key;
int16_t mgValue;

View file

@ -59,7 +59,7 @@ public:
void setKingShelter(Color c, Square ksq, int value);
private:
void clear();
inline void clear();
Key key;
Bitboard passedPawns;