Add `fallthrough` comment to silence gcc warning.

parent 4b09c736
......@@ -2011,6 +2011,7 @@ RETRY_TRY_BLOCK:
}
break;
}
/* fallthrough */
case OP_R_NORMAL:
NORMAL_RETURN:
if (ci == mrb->c->cibase) {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment