On Wed, Jan 22, 2025 at 5:49 PM Junio C Hamano <gitster@xxxxxxxxx> wrote: > * ps/reftable-sign-compare (2025-01-21) 10 commits > (merged to 'next' on 2025-01-22 at a5ae1ce801) > + reftable: address trivial -Wsign-compare warnings > + reftable/blocksource: adjust `read_block()` to return `ssize_t` > + reftable/blocksource: adjust type of the block length > + reftable/block: adjust type of the restart length > + reftable/block: adapt header and footer size to return a `size_t` > + reftable/basics: adjust `hash_size()` to return `uint32_t` > + reftable/basics: adjust `common_prefix_size()` to return `size_t` > + reftable/record: handle overflows when decoding varints > + reftable/record: drop unused `print` function pointer > + meson: stop disabling -Wsign-compare > > THe reftable/ library code has been made -Wsign-compare clean. s/THe/The/ > Will merge to 'master'. > source: <20250120-b4-pks-reftable-sign-compare-v2-0-b4566d02e4a5@xxxxxx>