]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'da/xdiff-w-sign-compare-workaround'
authorJunio C Hamano <gitster@pobox.com>
Tue, 25 Feb 2025 22:19:35 +0000 (14:19 -0800)
committerJunio C Hamano <gitster@pobox.com>
Tue, 25 Feb 2025 22:19:35 +0000 (14:19 -0800)
Noises from "-Wsign-compare" in the borrowed xdiff code has been
squelched.

* da/xdiff-w-sign-compare-workaround:
  xdiff: avoid signed vs. unsigned comparisons in xutils.c
  xdiff: avoid signed vs. unsigned comparisons in xpatience.c
  xdiff: avoid signed vs. unsigned comparisons in xhistogram.c
  xdiff: avoid signed vs. unsigned comparisons in xemit.c
  xdiff: avoid signed vs. unsigned comparisons in xdiffi.c
  xdiff: move sign comparison warning guard into each file


Trivial merge