From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anatolij Gustschin Date: Wed, 28 Mar 2012 10:14:06 +0200 Subject: [U-Boot] [PATCH] lzma: fix printf warnings In-Reply-To: <1326014075-11050-1-git-send-email-vapier@gentoo.org> References: <1326014075-11050-1-git-send-email-vapier@gentoo.org> Message-ID: <20120328101406.3fd3f72b@wker> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Mike, On Sun, 8 Jan 2012 04:14:35 -0500 Mike Frysinger 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 > --- > lib/lzma/LzmaTools.c | 4 ++-- > 1 files changed, 2 insertions(+), 2 deletions(-) Applied to u-boot-staging/agust at denx.de, thanks. Anatolij