From 5e6c5203f3370445da2903d302bde1a0a4fa7230 Mon Sep 17 00:00:00 2001 From: Yann Collet Date: Thu, 20 Jul 2017 15:11:56 -0700 Subject: [PATCH] fixed fuzzer test for non OS-X platforms --- tests/fuzzer.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;