mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
0c849e9020
add explicit cast when assigning mrb_int to mp_limb. the value is already validated to fit within mp_limb range by checking against DIG_BASE, but explicit cast silences msvc warning c4244. Co-authored-by: Claude <noreply@anthropic.com>