Skip to content
Snippets Groups Projects
Commit 8603b69b authored by Luka Perkov's avatar Luka Perkov Committed by Wolfgang Denk
Browse files

fix compile warning for env tools


Patch fixes this issue:

fw_env.c: In function ‘fw_setenv’:
fw_env.c:492:5: warning: format ‘%u’ expects argument of type ‘unsigned int’, but argument 3 has type ‘size_t’ [-Wformat]
fw_env.c: In function ‘flash_write_buf’:
fw_env.c:806:6: warning: format ‘%u’ expects argument of type ‘unsigned int’, but argument 3 has type ‘size_t’ [-Wformat]

Signed-off-by: default avatarLuka Perkov <lists@lukaperkov.net>
Acked-by: default avatarMike Frysinger <vapier@gentoo.org>
parent a2da6163
No related branches found
No related tags found
Loading
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