]> git.99rst.org Git - git.git/commit
count-objects: mark unused parameter in alternates callback
authorJeff King <redacted>
Mon, 3 Jul 2023 06:44:13 +0000 (02:44 -0400)
committerJunio C Hamano <redacted>
Fri, 14 Jul 2023 00:24:00 +0000 (17:24 -0700)
commit506d35f13da352975688b078e89cb978d44bf39c
treec0fea3e54dfcfd188eacb2c0bffa68638fcd1626
parenta8a8e75e9ef57a545f72adf8ffc579533c62e5df
count-objects: mark unused parameter in alternates callback

Callbacks to for_each_altodb() get a void data pointer, but we don't
need it here. Mark it as unused to silence -Wunused-parameter.

Signed-off-by: Jeff King <redacted>
Signed-off-by: Junio C Hamano <redacted>
builtin/count-objects.c
git clone https://git.99rst.org/PROJECT