Fix GCC 7 -Wimplicit-fallthrough warnings.
This commit is contained in:
@@ -2696,7 +2696,8 @@ static int parse_stmt(LexState *ls)
|
||||
lj_lex_next(ls);
|
||||
parse_goto(ls);
|
||||
break;
|
||||
} /* else: fallthrough */
|
||||
}
|
||||
/* fallthrough */
|
||||
default:
|
||||
parse_call_assign(ls);
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user