summaryrefslogtreecommitdiff
path: root/ruby_assert.h
diff options
context:
space:
mode:
authorPeter Zhu <peter@peterzhu.ca>2026-05-31 10:21:27 +0900
committergit <svn-admin@ruby-lang.org>2026-05-31 10:35:05 +0000
commit12c8599ffa3c0a0b8df7741e06ae352e52cb463e (patch)
tree915a5a94b742cf7266a12d8f31bd63edc35b5a85 /ruby_assert.h
parent1589add171516b748ab1cfb574adb8379bebe409 (diff)
[ruby/mmtk] Fix compiler warnings in mmtk.cHEADmaster
gc/mmtk/mmtk.c:505:1: warning: function 'rb_mmtk_gc_thread_panic_handler' could be declared with attribute 'noreturn' [-Wmissing-noreturn] 505 | { | ^ gc/mmtk/mmtk.c:987:27: warning: variable length array folded to constant array as an extension [-Wgnu-folding-constant] 987 | char obj_info_buf[info_size]; | ^~~~~~~~~ gc/mmtk/mmtk.c:990:34: warning: variable length array folded to constant array as an extension [-Wgnu-folding-constant] 990 | char parent_obj_info_buf[info_size]; | ^~~~~~~~~ https://github.com/ruby/mmtk/commit/8ce21cdf10
Diffstat (limited to 'ruby_assert.h')
0 files changed, 0 insertions, 0 deletions