X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fsyzygy%2Ftbcore.cpp;h=0d88dbcbe7f4e5b418d96bbd81c9cab1b0fee9e2;hp=3485f2b0c1f806eab48eb35e07ebd1408c4e1407;hb=b97df4c23685ce1ef8d52105cbd78700c8ac0395;hpb=afafdf7b73295b54a4027d88748599ff20f61759 diff --git a/src/syzygy/tbcore.cpp b/src/syzygy/tbcore.cpp index 3485f2b0..0d88dbcb 100644 --- a/src/syzygy/tbcore.cpp +++ b/src/syzygy/tbcore.cpp @@ -370,7 +370,7 @@ void Tablebases::init(const std::string& path) printf("info string Found %d tablebases.\n", TBnum_piece + TBnum_pawn); } -static const char offdiag[] = { +static const signed char offdiag[] = { 0,-1,-1,-1,-1,-1,-1,-1, 1, 0,-1,-1,-1,-1,-1,-1, 1, 1, 0,-1,-1,-1,-1,-1,