diff options
| author | cremno <[email protected]> | 2015-11-06 18:10:59 +0100 |
|---|---|---|
| committer | cremno <[email protected]> | 2015-11-06 18:13:38 +0100 |
| commit | e18e2a44f0b5b716ac17e6104ccf6313780669b1 (patch) | |
| tree | dbc609dae2a99f9f3d77b59749fc01f00458c7ab /include/mruby.h | |
| parent | 8bad1954a40c258679f51d4e97acc4f7e4697309 (diff) | |
| download | mruby-e18e2a44f0b5b716ac17e6104ccf6313780669b1.tar.gz mruby-e18e2a44f0b5b716ac17e6104ccf6313780669b1.zip | |
remove return
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.
Diffstat (limited to 'include/mruby.h')
0 files changed, 0 insertions, 0 deletions
