Add fallthrough comment to silence gcc warning.

This commit is contained in:
Yukihiro "Matz" Matsumoto
2018-04-13 11:23:27 +09:00
parent 4b09c7364e
commit 4df0380f1e
+1
View File
@@ -2011,6 +2011,7 @@ RETRY_TRY_BLOCK:
}
break;
}
/* fallthrough */
case OP_R_NORMAL:
NORMAL_RETURN:
if (ci == mrb->c->cibase) {