Skip to content

Commit 6b27270

Browse files
committed
mitigated bugprone-unhandled-code-paths clang-tidy warnings
1 parent 154f957 commit 6b27270

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

main.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ int main(int argc, char **argv)
4949
if (*arg == '-') {
5050
bool found = false;
5151
const char c = arg[1];
52+
// NOLINTNEXTLINE(bugprone-unhandled-code-paths)
5253
switch (c) {
5354
case 'D': { // define symbol
5455
found = true;

0 commit comments

Comments
 (0)