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
po
.gitignore -rw-r--r-- 27 bytes
Makefile -rw-r--r-- 2.2 KB
gitk -rwxr-xr-x 345.2 KB

back to top