fixed minor warning on prototype definition
This commit is contained in:
parent
ff795580f2
commit
2103a62b3d
@ -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);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user