Re: [PATCH 5/7] test: acpi: Fix warnings on 32-bit build

2021-03-15 Thread Tom Rini
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

[PATCH 5/7] test: acpi: Fix warnings on 32-bit build

2021-02-07 Thread Simon Glass
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