On 7/13/2018 5:12 AM, Pablo de Lara wrote:
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}’
-Werror=format=]

   printf("ACPI: Capabilities %lx\n", caps.capabilities);
                              ~~^     ~~~~~~~~~~~~~~~~~
                              %llx

Fixes: 39e38d583075 ("test/power: add unit test for get capabilities API")

Signed-off-by: Pablo de Lara <[email protected]>
---

Acked-by: Radu Nicolau <[email protected]>

Reply via email to