[U-Boot] LZMA warnings in cmd_bootm

Mike Frysinger vapier at gentoo.org
Tue May 19 10:49:29 CEST 2009


the LZMA code that was added to cmd_bootm causes a warning:
cmd_bootm.c: In function 'bootm_load_os':
cmd_bootm.c:394: warning: passing argument 2 of 'lzmaBuffToBuffDecompress' 
from incompatible pointer type

this is because the code passes in a pointer to unc_len which is an unsigned 
int, but the decompress routine expects a pointer to a size_t.  could you take 
a look ?
-mike
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 836 bytes
Desc: This is a digitally signed message part.
Url : http://lists.denx.de/pipermail/u-boot/attachments/20090519/16759729/attachment.pgp 


More information about the U-Boot mailing list