mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
8b495cdfda
Suppress warnings for 0-length sequences is not required. By commitf1a02dff58, it was introduced. By commit24939723d7, pseudo-variable length arrays are now used and the warning suppression is no longer needed. By commite8841fbf58, moved the intervening code.