]> git.sesse.net Git - stockfish/blobdiff - src/movepick.cpp
Fix issues detected by Coverity Scan
[stockfish] / src / movepick.cpp
index 3f0837d94db2f1d95843a65a6244a38df998909d..95172b944c13705182f6c1a7842deece827448e5 100644 (file)
@@ -283,6 +283,8 @@ void MovePicker::generate_next_stage() {
 
   case EVASION: case QSEARCH_0: case QSEARCH_1: case PROBCUT: case RECAPTURE:
       stage = STOP;
+      /* Fall through */
+
   case STOP:
       end = cur + 1; // Avoid another next_phase() call
       return;