]> git.sesse.net Git - stockfish/commitdiff
gcc 7 port
authorJoost VandeVondele <Joost.VandeVondele@gmail.com>
Fri, 28 Apr 2017 15:30:14 +0000 (17:30 +0200)
committerJoona Kiiski <joona@zoox.com>
Sun, 30 Apr 2017 15:43:43 +0000 (08:43 -0700)
Testing the release candidate revealed only one minor issue, namely a new warning -Wimplicit-fallthrough (part of -Wextra) triggers in the movepicker. This can be silenced by adding a comment, and once we move to c++17 by adding a standard annotation [[fallthrough]];.

No functional change.

Closes #1090


No differences found