Skip to content

Commit 4e72e7c

Browse files
committed
fix fallthrough bug for -maxThreads
1 parent 96ab0be commit 4e72e7c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

core/main.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -437,6 +437,7 @@ int main(int argc, char *argv[]) // FIXME: clang-tidy flags this with bugprone-e
437437
SLIM_OUTSTREAM << "The -maxThreads command-line option only allows a value of 1 when not running a PARALLEL build." << std::endl;
438438
exit(EXIT_FAILURE);
439439
}
440+
continue;
440441
#endif
441442
}
442443

0 commit comments

Comments
 (0)