mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-15 19:38:09 +00:00
fix some compiler warnings in 32-bit linux
This commit is contained in:
@ -1348,7 +1348,7 @@ int main(int argc, char **argv_orig, char **envp) {
|
||||
|
||||
} else if (afl->q_testcase_max_cache_size < 2 * MAX_FILE) {
|
||||
|
||||
FATAL("AFL_TESTCACHE_SIZE must be set to %u or more, or 0 to disable",
|
||||
FATAL("AFL_TESTCACHE_SIZE must be set to %ld or more, or 0 to disable",
|
||||
(2 * MAX_FILE) % 1048576 == 0 ? (2 * MAX_FILE) / 1048576
|
||||
: 1 + ((2 * MAX_FILE) / 1048576));
|
||||
|
||||
|
Reference in New Issue
Block a user