git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] fixing a few function pointer mismatches
@ 2023-08-19 23:51 Jeff King
  2023-08-19 23:53 ` [PATCH 1/2] fsck: use enum object_type for fsck_walk callback Jeff King
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Jeff King @ 2023-08-19 23:51 UTC (permalink / raw)
  To: git

I saw that clang-18 hit Debian unstable, so I did my usual "build and
see if it finds anything new to complain about". Here's the result. :)

Note that that first one is a regression in the upcoming v2.42, though I
suspect the fallout would not be very widespread (see comments in the
commit message).

  [1/2]: fsck: use enum object_type for fsck_walk callback
  [2/2]: hashmap: use expected signatures for comparison functions

 builtin/fsck.c    |  2 +-
 compat/terminal.c | 10 ++++++----
 range-diff.c      | 11 +++++++----
 3 files changed, 14 insertions(+), 9 deletions(-)

-Peff

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2023-08-20  8:46 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-08-19 23:51 [PATCH 0/2] fixing a few function pointer mismatches Jeff King
2023-08-19 23:53 ` [PATCH 1/2] fsck: use enum object_type for fsck_walk callback Jeff King
2023-08-19 23:55 ` [PATCH 2/2] hashmap: use expected signatures for comparison functions Jeff King
2023-08-20  8:31 ` [PATCH 0/2] fixing a few function pointer mismatches Junio C Hamano

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).