mirror of
https://github.com/git/git.git
synced 2024-11-23 18:05:29 +08:00
Merge branch 'jh/memihash-opt'
Squelch compiler warning. * jh/memihash-opt: t/helper/test-lazy-name-hash: fix compilation
This commit is contained in:
commit
bc27a2e2fc
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user