summaryrefslogtreecommitdiff
path: root/MAINTAINERS
diff options
context:
space:
mode:
authorHeinrich Schuchardt <heinrich.schuchardt@canonical.com>2023-07-04 23:18:09 +0300
committerTom Rini <trini@konsulko.com>2023-07-05 23:14:54 +0300
commit923de765ee1a5b26310f02cb42dcbad9e2b011c5 (patch)
tree8b78340357f1f1867c432d670a94c5749d4b0426 /MAINTAINERS
parent92be5e4f74130f704357b8f96d62ae92eb79a2f2 (diff)
downloadu-boot-923de765ee1a5b26310f02cb42dcbad9e2b011c5.tar.xz
tools: spkgimage: correct printf specifier
Compiling on armv7 results in: tools/renesas_spkgimage.c: In function ‘spkgimage_parse_config_line’: tools/renesas_spkgimage.c:76:66: warning: format ‘%ld’ expects argument of type ‘long int’, but argument 3 has type ‘size_t’ {aka ‘unsigned int’} [-Wformat=] 76 | "config error: unknown keyword on line %ld\n", | ~~^ | | | long int | %d 77 | line_num); | ~~~~~~~~ | | | size_t {aka unsigned int} The correct printf specifier for size_t is '%zu'. Fixes: afdfcb11f97c ("tools: spkgimage: add Renesas SPKG format") Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com> Reviewed-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
Diffstat (limited to 'MAINTAINERS')
0 files changed, 0 insertions, 0 deletions