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