commit | 5eb5927d81ee6036f45c4e1bd89ae66ed325d721 | [log] [tgz] |
---|---|---|
author | Marc-André Lureau <marcandre.lureau@redhat.com> | Wed Aug 25 16:13:50 2021 +0400 |
committer | David Gibson <david@gibson.dropbear.id.au> | Thu Aug 26 10:58:26 2021 +1000 |
tree | 5482334f42058b2019f08cef6b739bb1fd8751e8 | |
parent | 0869f8269161843a46c0cac0e35b4dc9324bf1a6 [diff] |
fdtdump: fix -Werror=int-to-pointer-cast With mingw64-gcc, the compiler complains with various warnings: error: cast from pointer to integer of different size [-Werror=pointer-to-int-cast] Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com> Message-Id: <20210825121350.213551-1-marcandre.lureau@redhat.com> Acked-by: Rob Herring <robh@kernel.org> Signed-off-by: David Gibson <david@gibson.dropbear.id.au>