summaryrefslogtreecommitdiff
path: root/builtin/count-objects.c
diff options
context:
space:
mode:
authorJeff King <peff@peff.net>2023-02-24 01:39:20 -0500
committerJunio C Hamano <gitster@pobox.com>2023-02-24 09:13:30 -0800
commit9ec03b59a8c4f5a0b4e666bd179a8eed71484825 (patch)
tree845f6b8c7ae7486c6c1d934c6e841bc492d773e2 /builtin/count-objects.c
parentce41759ed5edac9d30a73640b4fdd155c9f9fee0 (diff)
mark unused parameters in signal handlers
Signal handlers receive their signal number as a parameter, but many don't care what it is (because they only handle one signal, or because their action is the same regardless of the signal). Mark such parameters to silence -Wunused-parameter. 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