We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
bugprone-unhandled-code-paths
1 parent 154f957 commit 6b27270Copy full SHA for 6b27270
1 file changed
main.cpp
@@ -49,6 +49,7 @@ int main(int argc, char **argv)
49
if (*arg == '-') {
50
bool found = false;
51
const char c = arg[1];
52
+ // NOLINTNEXTLINE(bugprone-unhandled-code-paths)
53
switch (c) {
54
case 'D': { // define symbol
55
found = true;
0 commit comments