diff options
author | Jeff King <peff@peff.net> | 2023-08-31 17:22:20 -0400 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2023-09-05 14:48:17 -0700 |
commit | 0058b3d5eedcf5777712e872e01f74bf8d933be7 (patch) | |
tree | dff66cf6450b7607d378e69bc04f9dc26b710c0c /commit.h | |
parent | d775365db321c9f05c12809438d3c801d7e445af (diff) |
parse-options: mark unused parameters in noop callback
Unsurprisingly, the noop options callback doesn't bother to look at any
of its parameters. Let's mark them so that -Wunused-parameter does not
complain.
Another option would be to drop the callback and have parse-options
itself recognize OPT_NOOP_NOARG. But that seems like extra work for no
real benefit.
Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'commit.h')
0 files changed, 0 insertions, 0 deletions