[PATCH 1/1] lib: aes: build failure with DEBUG=1

Tom Rini trini at konsulko.com
Mon Jan 18 14:01:58 CET 2021


On Mon, Dec 28, 2020 at 05:56:27PM +0100, Heinrich Schuchardt wrote:

> Building fails with DEBUG=1:
> 
> lib/aes.c: In function ‘debug_print_vector’:
> lib/aes.c:622:45: error:
> cast from pointer to integer of different size
> [-Werror=pointer-to-int-cast]
>   622 |  printf("%s [%d] @0x%08x", name, num_bytes, (u32)data);
> 
> Pointers can only be cast to (uintptr_t). But anyway we have
> %p for printing pointers.
> 
> Signed-off-by: Heinrich Schuchardt <xypron.glpk at gmx.de>
> Reviewed-by: Simon Glass <sjg at chromium.org>

Applied to u-boot/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 659 bytes
Desc: not available
URL: <https://lists.denx.de/pipermail/u-boot/attachments/20210118/f468a2df/attachment.sig>


More information about the U-Boot mailing list