fixed minor warning on prototype definition

This commit is contained in:
Yann Collet 2018-01-11 04:49:19 -08:00
parent ff795580f2
commit 2103a62b3d

View File

@ -68,7 +68,7 @@ static UTIL_time_t g_displayClock = UTIL_TIME_INITIALIZER;
#undef MIN #undef MIN
#undef MAX #undef MAX
void FUZ_bug976() void FUZ_bug976(void)
{ /* these constants shall not depend on MIN() macro */ { /* these constants shall not depend on MIN() macro */
assert(ZSTD_HASHLOG_MAX < 31); assert(ZSTD_HASHLOG_MAX < 31);
assert(ZSTD_CHAINLOG_MAX < 31); assert(ZSTD_CHAINLOG_MAX < 31);