diff options
author | Junio C Hamano <gitster@pobox.com> | 2018-01-05 13:28:11 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2018-01-05 13:28:11 -0800 |
commit | bc27a2e2fc882e708316df589a8ea293d21a95ed (patch) | |
tree | 50067b7110a398ce756bea8cc5f7c28c0f142db4 | |
parent | Merge branch 'tb/test-lint-wc-l' (diff) | |
parent | t/helper/test-lazy-name-hash: fix compilation (diff) | |
download | tgif-bc27a2e2fc882e708316df589a8ea293d21a95ed.tar.xz |
Merge branch 'jh/memihash-opt'
Squelch compiler warning.
* jh/memihash-opt:
t/helper/test-lazy-name-hash: fix compilation
-rw-r--r-- | t/helper/test-lazy-init-name-hash.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/helper/test-lazy-init-name-hash.c b/t/helper/test-lazy-init-name-hash.c index 6368a89345..297fb01d61 100644 --- a/t/helper/test-lazy-init-name-hash.c +++ b/t/helper/test-lazy-init-name-hash.c @@ -112,7 +112,7 @@ static void analyze_run(void) { uint64_t t1s, t1m, t2s, t2m; int cache_nr_limit; - int nr_threads_used; + int nr_threads_used = 0; int i; int nr; |