зеркало из https://github.com/github/ruby.git
Suppress unused-but-set-variable warning
This commit is contained in:
Родитель
214e2f93aa
Коммит
e970ab3339
2
gc.c
2
gc.c
|
@ -8269,6 +8269,8 @@ gc_verify_compaction_references(int argc, VALUE *argv, VALUE mod)
|
|||
moved_list = RANY(moved_list)->as.moved.next;
|
||||
poison_object(current);
|
||||
}
|
||||
#else
|
||||
(void)moved_list;
|
||||
#endif
|
||||
|
||||
/* GC after compaction to eliminate T_MOVED */
|
||||
|
|
Загрузка…
Ссылка в новой задаче