summaryrefslogtreecommitdiff
path: root/rjit_c.rb
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2023-03-19 21:57:22 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2023-03-19 21:57:22 +0900
commitbcd0aa896fe84610cef8dc873239738001283538 (patch)
tree143be4c2fb70e618b1a362bd779e6fff202a91de /rjit_c.rb
parente7342e76dfd26237c604e42f9a59a1eaa578c94e (diff)
downloadruby-bcd0aa896fe84610cef8dc873239738001283538.tar.gz
Fix -Wclobbered warning from gcc 12
A variable modified in `EXEC_TAG` block should be `volatile`. ``` ractor.c: In function 'ractor_try_yield': ractor.c:1251:97: warning: argument 'obj' might be clobbered by 'longjmp' or 'vfork' [-Wclobbered] 1251 | ractor_try_yield(rb_execution_context_t *ec, rb_ractor_t *cr, struct rb_ractor_queue *ts, VALUE obj, VALUE move, bool exc, bool is_will) | ~~~~~~^~~ ```
Diffstat (limited to 'rjit_c.rb')
0 files changed, 0 insertions, 0 deletions