X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fsearch.cpp;h=c98c3334edb97f0a406b62fa864d6c06e4156b2a;hp=d1b717b47124fece1fc71255ad68f6a4da90f2e7;hb=c94145b65c21bdca71f1a8248dee8d19d974f555;hpb=6d58bf777caa32336676a51f45816a9019d88fcb diff --git a/src/search.cpp b/src/search.cpp index d1b717b4..c98c3334 100644 --- a/src/search.cpp +++ b/src/search.cpp @@ -823,7 +823,7 @@ moves_loop: // When in check search starts from here CheckInfo ci(pos); value = bestValue; // Workaround a bogus 'uninitialized' warning under gcc improving = ss->staticEval >= (ss-2)->staticEval - || ss->staticEval == VALUE_NONE + /* || ss->staticEval == VALUE_NONE Already implicit in the previous condition */ ||(ss-2)->staticEval == VALUE_NONE; singularExtensionNode = !rootNode