Revision 26e28fe7bbdf8b22ed096dfd76a9311e86ffb200 authored by Jeff King on 30 September 2020, 12:30:27 UTC, committed by Junio C Hamano on 30 September 2020, 19:53:48 UTC
We complain if "test-tool advise" is not given an argument, but we
quietly ignore any additional arguments it receives. Let's instead check
that we got the expected number. As a bonus, this silences
-Wunused-parameter, which notes that we don't ever look at argc.

While we're here, we can also fix the indentation in the conditional.

Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
1 parent 75d3bee
History
File Mode Size
workflows
CONTRIBUTING.md -rw-r--r-- 1.1 KB
PULL_REQUEST_TEMPLATE.md -rw-r--r-- 448 bytes

back to top