mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
5f9808587b
Remove intermediate bound variable and cast max directly to uint32_t where needed for unsigned operations. This eliminates C4146 warning about unary minus on unsigned type while maintaining the same mathematical behavior. Co-authored-by: Claude <noreply@anthropic.com>