Fix Implicit Return Types (#3363)
Both native_slot_merge and native_slot_merge_by_array have no return type declared. GCC implicitly uses int as return type in such cases, however, these functions are actually void.
Showing
Please
register
or
sign in
to comment