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.pull/3375/head
parent
c78dbd7c89
commit
29ff49f534
1 changed files with 2 additions and 2 deletions
Loading…
Reference in new issue