We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 762b8c2 commit 8e8b458Copy full SHA for 8e8b458
1 file changed
src/analysis.c
@@ -362,6 +362,7 @@ void handle_stmt(struct statement *stmt)
362
handle_expr(stmt->case_expression, 0);
363
handle_expr(stmt->case_to, 0);
364
handle_stmt(stmt->case_statement);
365
+ break;
366
case STMT_LABEL:
367
handle_stmt(stmt->label_statement);
368
break;
0 commit comments