]> git.ipfire.org Git - people/ms/u-boot.git/commit
cmd_nvedit: use explicit typecast for printf
authorAndreas Bießmann <biessmann@corscience.de>
Wed, 9 Feb 2011 14:10:29 +0000 (15:10 +0100)
committerWolfgang Denk <wd@denx.de>
Tue, 12 Apr 2011 20:58:32 +0000 (22:58 +0200)
commit8c3aff525c710a8a53c96e0bb98c988483429418
tree7816ce76a42f5c0d381574fef3c50ae9558e4577
parent8ae86b76c648d8bef97241c78e2fddb1c4f164d3
cmd_nvedit: use explicit typecast for printf

This patch fixes warnings in MAKEALL for avr32:

---8<---
cmd_nvedit.c: In function 'do_env_export':
cmd_nvedit.c:663: warning: format '%zX' expects type 'size_t', but argument 3 has type 'ssize_t'
--->8---

Signed-off-by: Andreas Bießmann <biessmann@corscience.de>
common/cmd_nvedit.c