mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
cc71d93714
Cast mrb_int capacity to khint_t when calling kh_init_data to resolve C4244 warning about potential data loss in conversion from signed to unsigned type. The khash API expects khint_t (uint32_t) parameters. Co-authored-by: Claude <noreply@anthropic.com>