07581a7e4d
Compilation issue:
test/test/test_power_acpi_cpufreq.c:556:31:
error: format ‘%lx’ expects argument of type ‘long unsigned int’,
but argument 2 has type ‘uint64_t {aka long long unsigned int}’
printf("ACPI: Capabilities %lx\n", caps.capabilities);
~~^ ~~~~~~~~~~~~~~~~~
%llx
Fixes:
|
||
---|---|---|
.. | ||
bpf | ||
cmdline_test | ||
test | ||
test-acl | ||
test-pipeline | ||
Makefile | ||
meson.build |