diff options
| author | Jeff King <peff@peff.net> | 2023-07-03 02:44:08 -0400 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2023-07-13 17:23:59 -0700 |
| commit | e519ac35af2f976323f23e83e47bfd03d920754f (patch) | |
| tree | 3f03e3638649650235e62adc338726830c778cd3 /builtin/count-objects.c | |
| parent | http: mark unused parameters in curl callbacks (diff) | |
| download | git-e519ac35af2f976323f23e83e47bfd03d920754f.tar.gz git-e519ac35af2f976323f23e83e47bfd03d920754f.zip | |
http-push: mark unused parameter in xml callback
The xml_start_tag() function is passed the expat library's
XML_SetElementHandler() function, so it has to conform to the
expected interface. But we don't actually care about the attributes
list. Mark it so that -Wunused-parameter does not complain.
Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'builtin/count-objects.c')
0 files changed, 0 insertions, 0 deletions
