]> git.sesse.net Git - stockfish/commit
Fix clang warning on unused variable
authorJoost VandeVondele <Joost.VandeVondele@gmail.com>
Sun, 20 Feb 2022 16:36:19 +0000 (17:36 +0100)
committerJoost VandeVondele <Joost.VandeVondele@gmail.com>
Sun, 20 Feb 2022 21:59:19 +0000 (22:59 +0100)
commitabef3e86f42fd4953d28cc7c3381601475d11346
treeccedc4c72d5226cf57f29295cb30a733e1d221cc
parent2da1d1bf571e3fd2e1d6cf56b76a7504de1a9453
Fix clang warning on unused variable

mark variable as used.

fixes https://github.com/official-stockfish/Stockfish/issues/3900
closes https://github.com/official-stockfish/Stockfish/pull/3941

No functional change
src/evaluate.cpp