X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;ds=sidebyside;f=src%2Fthread.cpp;h=c171312203f2125d9acfff40c892e09011231e58;hb=d1ec10cd4fe1e67114178f444cfebd2ff1183408;hp=2e0c216ee1982446571d5b3664263d18b91a3720;hpb=d940e59dad51e78d5146bb21c8f792379df64816;p=stockfish diff --git a/src/thread.cpp b/src/thread.cpp index 2e0c216e..c1713122 100644 --- a/src/thread.cpp +++ b/src/thread.cpp @@ -151,7 +151,7 @@ void ThreadPool::set(size_t requested) { clear(); // Reallocate the hash with the new threadpool size - TT.resize(Options["Hash"]); + TT.resize(size_t(Options["Hash"])); // Init thread number dependent search params. Search::init();