• Richard Fussenegger's avatar
    Fix Implicit Return Types (#3363) · 29ff49f5
    Richard Fussenegger authored
    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.
    29ff49f5
storage.c 34.4 KB