summaryrefslogtreecommitdiff
path: root/tools/gdb/error.h
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2012-11-10 19:47:45 +0000
committerTom Rini <trini@ti.com>2012-12-19 15:51:57 -0700
commit3779c8e319bd5e3fb32c3036cc0d3a658f920fa3 (patch)
tree6254f25e96702cce568de09cdc2ee8a04b913d09 /tools/gdb/error.h
parent4823b45da2b5d434b1009f8b511a8fc846c7a252 (diff)
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>
Diffstat (limited to 'tools/gdb/error.h')
0 files changed, 0 insertions, 0 deletions