]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
lzma: fix printf warnings
authorMike Frysinger <vapier@gentoo.org>
Sat, 7 Jan 2012 23:14:35 +0000 (23:14 +0000)
committerAnatolij Gustschin <agust@denx.de>
Wed, 28 Mar 2012 07:54:08 +0000 (09:54 +0200)
commitf3e6110a10b694b3beb1ba7704fb7632cc371844
treec865680d9abcc9130cfe4cf75766c5fde0c1e02d
parent127e19e28d01782b422f0e283678e7e838547aa8
lzma: fix printf warnings

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@gentoo.org>
lib/lzma/LzmaTools.c