mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
2ffe25636b
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>