[U-Boot] [PATCH] lzma: fix printf warnings
Anatolij Gustschin
agust at denx.de
Wed Mar 28 10:14:06 CEST 2012
Hi Mike,
On Sun, 8 Jan 2012 04:14:35 -0500
Mike Frysinger <vapier at gentoo.org> wrote:
> Fix size_t printf format warnings:
>
> LzmaTools.c: In function 'lzmaBuffToBuffDecompress':
> LzmaTools.c:110:5: warning: format '%x' expects type 'unsigned int',
> but argument 2 has type 'SizeT'
> LzmaTools.c:111:5: warning: format '%x' expects type 'unsigned int',
> but argument 2 has type 'SizeT'
>
> Signed-off-by: Mike Frysinger <vapier at gentoo.org>
> ---
> lib/lzma/LzmaTools.c | 4 ++--
> 1 files changed, 2 insertions(+), 2 deletions(-)
Applied to u-boot-staging/agust at denx.de, thanks.
Anatolij
More information about the U-Boot
mailing list