mirror of
https://github.com/facebook/zstd
synced 2026-08-22 22:32:07 -04:00
fixed fuzzer test for non OS-X platforms
This commit is contained in:
parent
b4d460f32c
commit
5e6c5203f3
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue