diff options
author | Jeff King <peff@peff.net> | 2023-02-24 01:39:43 -0500 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2023-02-24 09:13:32 -0800 |
commit | 1bff855419b0cb338e7ef53b77f99207704bf63e (patch) | |
tree | 6d1105473c1c61595785401ccbe7c5b53f5e4fe4 /configure.ac | |
parent | 43090008e365a5dfec5a167b5ab64b1f0c1345a6 (diff) | |
download | git-1bff855419b0cb338e7ef53b77f99207704bf63e.tar.gz |
userformat_want_item(): mark unused parameter
This function is used as a callback to strbuf_expand(), so it must
conform to the correct interface. But naturally it doesn't need to touch
its "sb" parameter, since it is only examining the placeholder string,
and not actually writing any output. So mark the unused parameter to
silence -Wunused-parameter.
Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'configure.ac')
0 files changed, 0 insertions, 0 deletions