Files
mruby-mruby/src
Yukihiro "Matz" Matsumoto 2ffe25636b vm.c: fix conversion warning in send_method visibility error path
Cast RARRAY_LEN result to int in send_method when handling visibility
errors to resolve C4244 warning about potential data loss from
mrb_ssize to int conversion. The cast is safe since n represents
argument count which should fit in int range.

Co-authored-by: Claude <noreply@anthropic.com>
2025-08-22 23:46:55 +09:00
..
2024-04-22 18:00:27 +10:00
2023-11-01 22:21:59 +09:00
2016-05-09 17:19:47 +02:00