984d99ccb0
Compiler version:
gcc 10.2.1 "cc (GCC) 10.2.1 20200723 (Red Hat 10.2.1-1)"
Build error:
../examples/vm_power_manager/guest_cli/vm_power_cli_guest.c:346:23:
warning: format ‘%ld’ expects argument of type ‘long int’, but
argument 4 has type ‘uint64_t’ {aka ‘long long unsigned int’}
[-Wformat=]
346 | cmdline_printf(cl, "Capabilities of [%d] vcore are:"
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
......
349 | pkt_caps_list.turbo[i],
| ~~~~~~~~~~~~~~~~~~~~~~
| |
| uint64_t {aka long long unsigned int}
Fixes:
|
||
---|---|---|
.. | ||
guest_cli | ||
channel_manager.c | ||
channel_manager.h | ||
channel_monitor.c | ||
channel_monitor.h | ||
main.c | ||
Makefile | ||
meson.build | ||
oob_monitor_nop.c | ||
oob_monitor_x86.c | ||
oob_monitor.h | ||
parse.c | ||
parse.h | ||
power_manager.c | ||
power_manager.h | ||
vm_power_cli.c | ||
vm_power_cli.h |