gc.c (rb_raw_obj_info): suppress a warning

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@60259 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
nobu 2017-10-21 12:18:38 +00:00
Родитель a4664da6fa
Коммит 6d2dc71acb
1 изменённых файлов: 1 добавлений и 0 удалений

1
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);