summaryrefslogtreecommitdiff
path: root/sprintf.c
diff options
context:
space:
mode:
authorTakashi Kokubun <takashikkbn@gmail.com>2026-03-31 17:18:39 -0700
committerTakashi Kokubun <takashikkbn@gmail.com>2026-03-31 17:24:01 -0700
commit6a5a2612fd6b0b8b707e0285d1a172e01469078c (patch)
treea9cfdbbac68a62dec5d8cc11508a84c213215183 /sprintf.c
parentd926f4077568c30eec1342f3cf522667509a5a13 (diff)
variable.c: Fix -Wmaybe-uninitialized warnings in rb_gvar_set/rb_gvar_get
Initialize `entry` and `var` to NULL. They are assigned inside RB_VM_LOCKING() but used after it, and the compiler cannot prove the locked block always executes.
Diffstat (limited to 'sprintf.c')
0 files changed, 0 insertions, 0 deletions