]> git.ipfire.org Git - thirdparty/zstd.git/commitdiff
fixed minor warning on prototype definition 981/head
authorYann Collet <cyan@fb.com>
Thu, 11 Jan 2018 12:49:19 +0000 (04:49 -0800)
committerYann Collet <cyan@fb.com>
Thu, 11 Jan 2018 12:49:19 +0000 (04:49 -0800)
tests/fuzzer.c

index 13e856be027deea06a54cb6d7f2db02df5aa1ceb..e0817e9039547be53933b101f8b8c6d7b9150af0 100644 (file)
@@ -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);