diff --git a/gc.c b/gc.c index 32449cec90..e5dad25821 100644 --- a/gc.c +++ b/gc.c @@ -9379,6 +9379,7 @@ rb_raw_obj_info(char *buff, const int buff_size, VALUE obj) IMEMO_NAME(iseq); IMEMO_NAME(alloc); #undef IMEMO_NAME + default: UNREACHABLE; } snprintf(buff, buff_size, "%s %s", buff, imemo_name);