Skip to content
Snippets Groups Projects
Commit 8c3aff52 authored by Andreas Bießmann's avatar Andreas Bießmann Committed by Wolfgang Denk
Browse files

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: default avatarAndreas Biemann <biessmann@corscience.de>
parent 8ae86b76
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment