]> git.sesse.net Git - stockfish/commit
Explicitly annotate a few variables
authorJoost VandeVondele <Joost.VandeVondele@gmail.com>
Sun, 11 Sep 2022 19:28:12 +0000 (21:28 +0200)
committerJoost VandeVondele <Joost.VandeVondele@gmail.com>
Sat, 17 Sep 2022 07:05:35 +0000 (09:05 +0200)
commit5a871e174f22894837c2363b5c215854ee155113
tree8409a02fa974a24a664358ccaccc9d5f05ab43d1
parent82bb21dc7a198609589ef0cc78d185f00f619a90
Explicitly annotate a few variables

as [[maybe_unused]], avoiding the (void)foo trick.

closes https://github.com/official-stockfish/Stockfish/pull/4162

No functional change
src/misc.cpp
src/movepick.cpp