From: W. Felix Handte Date: Wed, 27 Jun 2018 23:15:38 +0000 (-0400) Subject: poolTests.c: Fix Interval Var Type X-Git-Tag: v1.3.5^2~2^2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c10561c752503e55473fad4cee9428ec87dc0f65;p=thirdparty%2Fzstd.git poolTests.c: Fix Interval Var Type --- diff --git a/tests/poolTests.c b/tests/poolTests.c index 6a058a5a3..9661b5299 100644 --- a/tests/poolTests.c +++ b/tests/poolTests.c @@ -105,7 +105,8 @@ void waitLongFn(void *opaque) { static int testThreadReduction_internal(POOL_ctx* ctx, poolTest_t test) { int const nbWaits = 16; - UTIL_time_t startTime, time4threads, time2threads; + UTIL_time_t startTime; + U64 time4threads, time2threads; test.val = 0; test.max = nbWaits;