We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
bugprone-unhandled-code-paths
1 parent dc73133 commit 3dddbd8Copy full SHA for 3dddbd8
1 file changed
main.cpp
@@ -48,6 +48,7 @@ int main(int argc, char *argv[])
48
if (*arg == '-') {
49
bool found = false;
50
const char c = arg[1];
51
+ // NOLINTNEXTLINE(bugprone-unhandled-code-paths)
52
switch (c) {
53
case 'D': { // define symbol
54
found = true;
0 commit comments