mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
e18e2a44f0
The return type of the mrb_objspace_each_objects function is void. So this return statement with an expression is unnecessary and also violates a constraint. From C99 §6.8.6.4: >A return statement with an expression shall not appear >in a function whose return type is void.