diff options
| author | Ramsay Jones <ramsay@ramsayjones.plus.com> | 2018-05-09 18:04:06 +0100 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2018-05-10 18:23:09 +0900 |
| commit | 746ea4adc6cd88ad5f5af6beebace581fe489b2f (patch) | |
| tree | 283cb217a3b33ae383846f00a2ffb1069418f938 /t/helper/test-tool.c | |
| parent | c3c3486b246fffef82b5541ca2d2850b2fcf34d5 (diff) | |
| download | git-746ea4adc6cd88ad5f5af6beebace581fe489b2f.tar.gz | |
BUG_exit_code: fix sparse "symbol not declared" warning
Signed-off-by: Ramsay Jones <ramsay@ramsayjones.plus.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't/helper/test-tool.c')
| -rw-r--r-- | t/helper/test-tool.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/t/helper/test-tool.c b/t/helper/test-tool.c index 5176f9f20a..805a45de9c 100644 --- a/t/helper/test-tool.c +++ b/t/helper/test-tool.c @@ -47,7 +47,6 @@ static struct test_cmd cmds[] = { int cmd_main(int argc, const char **argv) { int i; - extern int BUG_exit_code; BUG_exit_code = 99; if (argc < 2) |
