Searched hist:"8603 b69b8b04e3e34f8744b396c62833b78fd7c1" (Results 1 – 1 of 1) sorted by relevance
| /rk3399_rockchip-uboot/tools/env/ |
| H A D | fw_env.c | 8603b69b8b04e3e34f8744b396c62833b78fd7c1 Mon Sep 05 21:40:13 UTC 2011 Luka Perkov <lists@lukaperkov.net> 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: Luka Perkov <lists@lukaperkov.net> Acked-by: Mike Frysinger <vapier@gentoo.org>
|