mbox series

[0/1,GSoC,Newbie] Fix -Wsign-compare warnings in refs.c

Message ID 20250208182736.18133-1-dhar61595@gmail.com (mailing list archive)
Headers show
Series Fix -Wsign-compare warnings in refs.c | expand

Message

Moumita Feb. 8, 2025, 6:27 p.m. UTC
Hello Git community,

I am a newcomer interested in contributing to Git as part of GSoC. This patch
removes `DISABLE_SIGN_COMPARE_WARNINGS` from `refs.c` and fixes integer
comparison issues that caused `-Wsign-compare` warnings.

Moumita (1):
  refs.c: fix -Wsign-compare warnings

 refs.c | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)