From: Yann Collet Date: Thu, 20 Jul 2017 22:11:56 +0000 (-0700) Subject: fixed fuzzer test for non OS-X platforms X-Git-Tag: v1.3.1^2~18 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5e6c5203f3370445da2903d302bde1a0a4fa7230;p=thirdparty%2Fzstd.git fixed fuzzer test for non OS-X platforms --- diff --git a/tests/fuzzer.c b/tests/fuzzer.c index 06f984087..d63f1352c 100644 --- a/tests/fuzzer.c +++ b/tests/fuzzer.c @@ -246,7 +246,7 @@ static int FUZ_mallocTests(unsigned seed, double compressibility, unsigned part) #else -static int FUZ_mallocTests(unsigned seed, double compressibility) +static int FUZ_mallocTests(unsigned seed, double compressibility, unsigned part) { (void)seed; (void)compressibility; return 0;