summaryrefslogtreecommitdiff
path: root/t
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2018-01-05 21:28:11 (GMT)
committerJunio C Hamano <gitster@pobox.com>2018-01-05 21:28:11 (GMT)
commitbc27a2e2fc882e708316df589a8ea293d21a95ed (patch)
tree50067b7110a398ce756bea8cc5f7c28c0f142db4 /t
parente82bbcbf60cdfdc33f8c36de9be3b549f5e9850f (diff)
parent74dea0e13cb5192f5754ccbb40054472d62f4aaf (diff)
downloadgit-bc27a2e2fc882e708316df589a8ea293d21a95ed.zip
git-bc27a2e2fc882e708316df589a8ea293d21a95ed.tar.gz
git-bc27a2e2fc882e708316df589a8ea293d21a95ed.tar.bz2
Merge branch 'jh/memihash-opt'
Squelch compiler warning. * jh/memihash-opt: t/helper/test-lazy-name-hash: fix compilation
Diffstat (limited to 't')
-rw-r--r--t/helper/test-lazy-init-name-hash.c2
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 6368a89..297fb01 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;