mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
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:
parent
a4664da6fa
commit
6d2dc71acb
1 changed files with 1 additions and 0 deletions
1
gc.c
1
gc.c
|
@ -9379,6 +9379,7 @@ rb_raw_obj_info(char *buff, const int buff_size, VALUE obj)
|
||||||
IMEMO_NAME(iseq);
|
IMEMO_NAME(iseq);
|
||||||
IMEMO_NAME(alloc);
|
IMEMO_NAME(alloc);
|
||||||
#undef IMEMO_NAME
|
#undef IMEMO_NAME
|
||||||
|
default: UNREACHABLE;
|
||||||
}
|
}
|
||||||
snprintf(buff, buff_size, "%s %s", buff, imemo_name);
|
snprintf(buff, buff_size, "%s %s", buff, imemo_name);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue