fix compiler warning avoid signess difference in comparisons

This commit is contained in:
hexcoder-
2021-01-18 21:36:19 +01:00
parent d36af0d576
commit e2d9dc16e3

View File

@ -194,7 +194,7 @@
/* The same, for the test case minimizer: */ /* The same, for the test case minimizer: */
#define TMIN_MAX_FILE (10 * 1024 * 1024U) #define TMIN_MAX_FILE (10 * 1024 * 1024)
/* Block normalization steps for afl-tmin: */ /* Block normalization steps for afl-tmin: */