Skip to content
Snippets Groups Projects
Commit 13415337 authored by Tom Rini's avatar Tom Rini
Browse files

cmd/ubi.c: Fix format warning


On 64bit platforms we would otherwise see:
../cmd/ubi.c: In function 'ubi_volume_read':
../cmd/ubi.c:359:16: warning: format '%u' expects argument of type 'unsigned int', but argument 2 has type 'size_t {aka long unsigned int}' [-Wformat=]

Fixes: 68c7025d ("cmd: ubi: print load size after establishing volume size")
Signed-off-by: default avatarTom Rini <trini@konsulko.com>
parent ff6bef48
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