summaryrefslogtreecommitdiff
path: root/builtin/count-objects.c
diff options
context:
space:
mode:
authorJeff King <peff@peff.net>2023-07-03 02:44:05 -0400
committerJunio C Hamano <gitster@pobox.com>2023-07-13 17:23:59 -0700
commitd0144007b185f5da87f197ceacc4aa5548d4214e (patch)
tree7f77139847254831d16fe844d1a79035e295fe27 /builtin/count-objects.c
parent1779deed39e68b8eab886aba8d9a903905e42cf3 (diff)
http: mark unused parameters in curl callbacks
These functions are all used as callbacks for curl, so they have to conform to a particular interface. But they don't need all of their parameters: - fwrite_null() throws away the input, so it doesn't look at most parameters - fwrite_wwwauth() in theory could take the auth struct in its void pointer, but instead we just access it as the global http_auth (matching the rest of the code in this file) - curl_trace() always writes via the trace mechanism, so it doesn't need its void pointer to know where to send things. Likewise, it ignores the CURL parameter, since nothing we trace requires querying the handle. 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