summaryrefslogtreecommitdiff
path: root/gc.c
diff options
context:
space:
mode:
Diffstat (limited to 'gc.c')
-rw-r--r--gc.c1
1 files changed, 1 insertions, 0 deletions
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);