mirror of
https://github.com/git/git.git
synced 2026-05-18 17:35:38 +02:00
8157ed4046
This function is used interchangeably with xdl_emit via a function pointer, so we can't just drop the unused parameter. Mark it to silence -Wunused-parameter. Signed-off-by: Jeff King <peff@peff.net> Signed-off-by: Junio C Hamano <gitster@pobox.com>