Skip to content

Commit

Permalink
bregex.cc: add fallthrough
Browse files Browse the repository at this point in the history
  • Loading branch information
pstorz authored and arogge committed Nov 2, 2022
1 parent a1501d1 commit f96cc5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/lib/bregex.cc
Expand Up @@ -860,7 +860,7 @@ static int ReOptimize(regex_t* bufp)
break;
case Cstar_jump:
if (!ReOptimizeStarJump(bufp, code)) { return 0; }
/* fall through */
[[fallthrough]];
case Cupdate_failure_jump:
case Cjump:
case Cdummy_failure_jump:
Expand Down

0 comments on commit f96cc5e

Please sign in to comment.