]> git.ipfire.org Git - thirdparty/git.git/commit
object-file: fix -Wsign-compare warnings
authorPatrick Steinhardt <ps@pks.im>
Thu, 17 Jul 2025 04:56:27 +0000 (06:56 +0200)
committerJunio C Hamano <gitster@pobox.com>
Thu, 17 Jul 2025 05:16:12 +0000 (22:16 -0700)
commit80e7f52299619575cb48522a4ca40427e2231dc6
tree8362bc306ebdf853f80604c95d424a1b73b83bfe
parent7cafb9accc7827a84eaffaab303695e945adfe34
object-file: fix -Wsign-compare warnings

There are some trivial -Wsign-compare warnings in "object-file.c". Fix
them and drop the preprocessor define that disables those warnings.

Signed-off-by: Patrick Steinhardt <ps@pks.im>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
object-file.c