Home
last modified time | relevance | path

Searched hist:"3779 c8e319bd5e3fb32c3036cc0d3a658f920fa3" (Results 1 – 1 of 1) sorted by relevance

/rk3399_rockchip-uboot/tools/env/
H A Dfw_env.c3779c8e319bd5e3fb32c3036cc0d3a658f920fa3 Sat Nov 10 19:47:45 UTC 2012 Mike Frysinger <vapier@gentoo.org> fw_env: fix type of len

This variable is assigned by a size_t, and is printed that way, but is
incorrectly declared as an int. Which means we get warnings:
fw_env.c: In function 'fw_setenv':
fw_env.c:409:5: warning: format '%zu' expects argument of type 'size_t',
but argument 3 has type 'int' [-Wformat]

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Acked-by: Joe Hershberger <joe.hershberger@ni.com>