• 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
Name
Last commit
Last update
..
ext/google/protobuf Loading commit data...
src Loading commit data...
tests Loading commit data...
README.md Loading commit data...
composer.json Loading commit data...
generate_descriptor_protos.sh Loading commit data...
phpunit.xml Loading commit data...