]> git.sesse.net Git - stockfish/blobdiff - src/endgame.cpp
Fix a warning under Intel compiler in square.h
[stockfish] / src / endgame.cpp
index f6e4fd3f7adfec53cff96a13944c3fa5721296b9..f82beef608e2a1772d0ce472847c62754edcead6 100644 (file)
@@ -383,7 +383,7 @@ Value EvaluationFunction<KBBKN>::apply(const Position& pos) {
 }
 
 template<>
-Value EvaluationFunction<KmmKm>::apply(const Position &pos) {
+Value EvaluationFunction<KmmKm>::apply(const Position&) {
   return Value(0);
 }