Skip to content

Commit bc27a2e

Browse files
committed
Merge branch 'jh/memihash-opt'
Squelch compiler warning. * jh/memihash-opt: t/helper/test-lazy-name-hash: fix compilation
2 parents e82bbcb + 74dea0e commit bc27a2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

t/helper/test-lazy-init-name-hash.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ static void analyze_run(void)
112112
{
113113
uint64_t t1s, t1m, t2s, t2m;
114114
int cache_nr_limit;
115-
int nr_threads_used;
115+
int nr_threads_used = 0;
116116
int i;
117117
int nr;
118118

0 commit comments

Comments
 (0)