summaryrefslogtreecommitdiff
path: root/ref-filter.c
diff options
context:
space:
mode:
authorJeff King <peff@peff.net>2022-12-13 11:16:57 (GMT)
committerJunio C Hamano <gitster@pobox.com>2022-12-13 13:16:23 (GMT)
commitc25d9e529d531adf0697e0c09ba292227c835164 (patch)
tree7b0c7de5044b44e2e9f092354c851d66befcf54c /ref-filter.c
parentd3beb61f939ffcdbefc02d9ddf9d7a46102ec663 (diff)
downloadgit-c25d9e529d531adf0697e0c09ba292227c835164.zip
git-c25d9e529d531adf0697e0c09ba292227c835164.tar.gz
git-c25d9e529d531adf0697e0c09ba292227c835164.tar.bz2
userdiff: mark unused parameter in internal callback
Since f12fa9ee6c (userdiff: add and use for_each_userdiff_driver(), 2021-04-08), lookup of userdiffs is done with a generic for_each_userdiff_driver(). But the name lookup doesn't use the "type" field, of course. We can't get rid of that field from the generic interface because it is used by t/helper/test-userdiff.c. So mark it as unused in this instance to silence -Wunused-parameter. Signed-off-by: Jeff King <peff@peff.net> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'ref-filter.c')
0 files changed, 0 insertions, 0 deletions