On Sun, Feb 07, 2021 at 02:27:05PM -0700, Simon Glass wrote:
> Some format strings use the wrong type. Fix them.
>
> Example warnings:
>
> In file included from test/dm/acpi.c:22:
> test/dm/acpi.c: In function ‘dm_test_acpi_cmd_list’:
> test/dm/acpi.c:362:21: warning: format ‘%lx’ expects argume
Some format strings use the wrong type. Fix them.
Example warnings:
In file included from test/dm/acpi.c:22:
test/dm/acpi.c: In function ‘dm_test_acpi_cmd_list’:
test/dm/acpi.c:362:21: warning: format ‘%lx’ expects argument of type
‘long unsigned int’, but argument 4 has type ‘unsigned int’ [-W
2 matches
Mail list logo