mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
19db03ea67
Fix C4334 and C4244 warnings that caused test failures on Windows VS 2022: - Use uint64_t for shift operation to avoid undefined behavior - Add explicit mp_limb casts for type conversions Co-authored-by: Claude <noreply@anthropic.com>