mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-10 17:21:33 +00:00
fixed gcc 10 warning
This commit is contained in:
parent
bab60b68d9
commit
fd4efd04a1
@ -955,7 +955,7 @@ void show_stats(afl_state_t *afl) {
|
||||
#else
|
||||
|
||||
SAYF("%s" cGRA " [cpu:%s%3u%%" cGRA "]\r" cRST, spacing, cpu_color,
|
||||
MIN(cur_utilization, 999));
|
||||
MIN(cur_utilization, (u32)999));
|
||||
|
||||
#endif /* ^HAVE_AFFINITY */
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user