Skip to content

Commit

Permalink
Bug Fix: Unwanted Fallthrough in Switch Statement
Browse files Browse the repository at this point in the history
  • Loading branch information
Theldus committed Jun 2, 2020
1 parent 762b8c2 commit 8e8b458
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/analysis.c
Original file line number Diff line number Diff line change
Expand Up @@ -362,6 +362,7 @@ void handle_stmt(struct statement *stmt)
handle_expr(stmt->case_expression, 0);
handle_expr(stmt->case_to, 0);
handle_stmt(stmt->case_statement);
break;
case STMT_LABEL:
handle_stmt(stmt->label_statement);
break;
Expand Down

0 comments on commit 8e8b458

Please sign in to comment.