aboutsummaryrefslogtreecommitdiffstats
path: root/oid-array.c
diff options
context:
space:
mode:
authorPatrick Steinhardt <ps@pks.im>2024-12-06 11:27:25 +0100
committerJunio C Hamano <gitster@pobox.com>2024-12-06 20:20:04 +0900
commit8108d1ac948c1029b29d8180dd5dbfdc5f2efb38 (patch)
tree6fac8c63a9cf1aa5813f08081a63a865e71c1016 /oid-array.c
parentglobal: trivial conversions to fix `-Wsign-compare` warnings (diff)
downloadgit-8108d1ac948c1029b29d8180dd5dbfdc5f2efb38.tar.gz
git-8108d1ac948c1029b29d8180dd5dbfdc5f2efb38.zip
daemon: fix loops that have mismatching integer types
We have several loops in "daemon.c" that use a signed integer to loop through a `size_t`. Adapt them to instead use a `size_t` as counter value. Signed-off-by: Patrick Steinhardt <ps@pks.im> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'oid-array.c')
0 files changed, 0 insertions, 0 deletions