Home
last modified time | relevance | path

Searched hist:f3e6110a10b694b3beb1ba7704fb7632cc371844 (Results 1 – 1 of 1) sorted by relevance

/rk3399_rockchip-uboot/lib/lzma/
H A DLzmaTools.cf3e6110a10b694b3beb1ba7704fb7632cc371844 Sat Jan 07 23:14:35 UTC 2012 Mike Frysinger <vapier@gentoo.org> 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>