X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fpawns.cpp;h=59c05c73276798011cb528bad093adff89d7deff;hp=997aa2148815142da303cab5acb499bd78d0d6e9;hb=fe213d30faba4064a5d9c522f2310fc117f6e1d4;hpb=2f1935078da225c90f7887ed8c345cc7baebcfcc diff --git a/src/pawns.cpp b/src/pawns.cpp index 997aa214..59c05c73 100644 --- a/src/pawns.cpp +++ b/src/pawns.cpp @@ -106,7 +106,7 @@ PawnInfo* PawnInfoTable::get_pawn_info(const Position& pos) const { template Score PawnInfoTable::evaluate_pawns(const Position& pos, Bitboard ourPawns, - Bitboard theirPawns, PawnInfo* pi) const { + Bitboard theirPawns, PawnInfo* pi) { const BitCountType Max15 = CpuIs64Bit ? CNT64_MAX15 : CNT32_MAX15; const Color Them = (Us == WHITE ? BLACK : WHITE);