From: inikep Date: Thu, 10 Mar 2016 14:45:21 +0000 (+0100) Subject: hashLog3 removed from paramgrill X-Git-Tag: v0.6.0^2~17^2~72^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F145%2Fhead;p=thirdparty%2Fzstd.git hashLog3 removed from paramgrill --- diff --git a/programs/paramgrill.c b/programs/paramgrill.c index 4a76da8a4..fb82d926a 100644 --- a/programs/paramgrill.c +++ b/programs/paramgrill.c @@ -127,7 +127,7 @@ static U32 g_rand = 1; static U32 g_singleRun = 0; static U32 g_target = 0; static U32 g_noSeed = 0; -static ZSTD_parameters g_params = { 0, 0, 0, 0, 0, 0, 0, 0, ZSTD_greedy }; +static ZSTD_parameters g_params = { 0, 0, 0, 0, 0, 0, 0, ZSTD_greedy }; void BMK_SetNbIterations(int nbLoops) {