]> git.sesse.net Git - stockfish/blobdiff - src/pawns.h
Fix a couple of warnings under Intel compiler
[stockfish] / src / pawns.h
index abb4e52fc60be57d386886a08bd65f91add528d0..4b4a8a55f3d0c4e4de6437bdffc017e506ee8373 100644 (file)
@@ -59,7 +59,7 @@ public:
   void setKingShelter(Color c, Square ksq, int value);
 
 private:
-  void clear();
+  inline void clear();
 
   Key key;
   Bitboard passedPawns;