Skip to content

Commit

Permalink
Add a /* fall through */ comment
Browse files Browse the repository at this point in the history
  • Loading branch information
mame committed Jul 14, 2019
1 parent d0f113f commit 49362dd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vm_insnhelper.c
Expand Up @@ -737,6 +737,7 @@ cref_replace_with_duplicated_cref_each_frame(const VALUE *vptr, int can_be_svar,
if (can_be_svar) {
return cref_replace_with_duplicated_cref_each_frame((const VALUE *)&((struct vm_svar *)v)->cref_or_me, FALSE, v);
}
/* fall through */
case imemo_ment:
rb_bug("cref_replace_with_duplicated_cref_each_frame: unreachable");
default:
Expand Down

0 comments on commit 49362dd

Please sign in to comment.