From c9a59f491d0851c30e2f371eafcec486ce8ba27b Mon Sep 17 00:00:00 2001 From: Yusuke Endoh Date: Mon, 15 Jul 2019 07:59:11 +0900 Subject: Add a /* fall through */ comment --- compile.c | 1 + 1 file changed, 1 insertion(+) (limited to 'compile.c') diff --git a/compile.c b/compile.c index c2f14a9350..ddb081526c 100644 --- a/compile.c +++ b/compile.c @@ -3135,6 +3135,7 @@ iseq_peephole_optimize(rb_iseq_t *iseq, LINK_ELEMENT *list, const int do_tailcal break; case BIN(leave): piobj = iobj; + /* fall through */ default: next = NULL; break; -- cgit v1.2.3