mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
clarify fallthrough in the switch statement
This commit is contained in:
@@ -309,6 +309,7 @@ init_copy(mrb_state *mrb, mrb_value dest, mrb_value obj)
|
||||
case MRB_TT_CLASS:
|
||||
case MRB_TT_MODULE:
|
||||
copy_class(mrb, dest, obj);
|
||||
/* fall through */
|
||||
case MRB_TT_OBJECT:
|
||||
case MRB_TT_SCLASS:
|
||||
case MRB_TT_HASH:
|
||||
|
||||
Reference in New Issue
Block a user