From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mike Frysinger Date: Wed, 20 May 2009 17:37:28 -0400 Subject: [U-Boot] LZMA warnings in cmd_bootm In-Reply-To: <20090520204513.F0647832E416@gemini.denx.de> References: <200905190449.30670.vapier@gentoo.org> <20090520204513.F0647832E416@gemini.denx.de> Message-ID: <200905201737.31474.vapier@gentoo.org> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Wednesday 20 May 2009 16:45:13 Wolfgang Denk wrote: > In message Mike Frysinger wrote: > > 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 ? > > For which board configuration / tool chain do you see such a warning? every Blackfin board -mike