]> git.sesse.net Git - stockfish/blobdiff - src/thread.cpp
small cleanups
[stockfish] / src / thread.cpp
index 2e0c216ee1982446571d5b3664263d18b91a3720..c171312203f2125d9acfff40c892e09011231e58 100644 (file)
@@ -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();