]> git.ipfire.org Git - thirdparty/git.git/commit
negotiator/noop: mark unused callback parameters
authorJeff King <peff@peff.net>
Tue, 29 Aug 2023 23:45:30 +0000 (19:45 -0400)
committerJunio C Hamano <gitster@pobox.com>
Wed, 30 Aug 2023 00:56:25 +0000 (17:56 -0700)
commit06b217fc1ffba3c5f268e257b8ee9d42bbf7588d
tree47c4cea98031103405483bc0b9738fb0f8baf972
parent57dbb70cd953c39c9eb8a8d0fe42e5319194fb81
negotiator/noop: mark unused callback parameters

The noop negotiator unsurprisingly does not bother looking at any of its
parameters. Mark them unused to silence -Wunused-parameter.

Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
negotiator/noop.c