diff options
author | David Aguilar <davvid@gmail.com> | 2025-02-11 22:04:17 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2025-02-12 09:41:17 -0800 |
commit | 13b67f15c13d2e45215da8950f31ef27645733c3 (patch) | |
tree | 8ae3b825a8e0dd27c76d35595ae8c01b98e34d89 /builtin-hash-object.c | |
parent | 2dc6cf247e907009950a46c400cbd5efc563a3a2 (diff) |
xdiff: avoid signed vs. unsigned comparisons in xpatience.c
The loop iteration variable is non-negative and used in comparisons
against a size_t value. Use size_t to eliminate the mismatch.
Signed-off-by: David Aguilar <davvid@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'builtin-hash-object.c')
0 files changed, 0 insertions, 0 deletions