From: Mike Frysinger <vapier@gentoo.org>
To: u-boot@lists.denx.de
Subject: [U-Boot] LZMA warnings in cmd_bootm
Date: Wed, 20 May 2009 17:37:28 -0400 [thread overview]
Message-ID: <200905201737.31474.vapier@gentoo.org> (raw)
In-Reply-To: <20090520204513.F0647832E416@gemini.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
prev parent reply other threads:[~2009-05-20 21:37 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-05-19 8:49 [U-Boot] LZMA warnings in cmd_bootm Mike Frysinger
2009-05-20 20:45 ` Wolfgang Denk
2009-05-20 21:37 ` Mike Frysinger [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=200905201737.31474.vapier@gentoo.org \
--to=vapier@gentoo.org \
--cc=u-boot@lists.denx.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox