From 2103a62b3d4b7c092021d7c21c0d2db7ad760841 Mon Sep 17 00:00:00 2001 From: Yann Collet Date: Thu, 11 Jan 2018 04:49:19 -0800 Subject: [PATCH] fixed minor warning on prototype definition --- tests/fuzzer.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/fuzzer.c b/tests/fuzzer.c index 13e856be..e0817e90 100644 --- a/tests/fuzzer.c +++ b/tests/fuzzer.c @@ -68,7 +68,7 @@ static UTIL_time_t g_displayClock = UTIL_TIME_INITIALIZER; #undef MIN #undef MAX -void FUZ_bug976() +void FUZ_bug976(void) { /* these constants shall not depend on MIN() macro */ assert(ZSTD_HASHLOG_MAX < 31); assert(ZSTD_CHAINLOG_MAX < 31);