Merge branch 'jh/memihash-opt'

Squelch compiler warning.

* jh/memihash-opt:
  t/helper/test-lazy-name-hash: fix compilation
This commit is contained in:
Junio C Hamano 2018-01-05 13:28:11 -08:00
Родитель e82bbcbf60 74dea0e13c
Коммит bc27a2e2fc
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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;