summaryrefslogtreecommitdiff
path: root/cmd/stackprot_test.c
diff options
context:
space:
mode:
authorMilan P. Stanić <[email protected]>2026-01-12 19:12:37 +0100
committerFabio Estevam <[email protected]>2026-01-17 15:01:00 -0300
commitdfebedc6120556be4889b284bc27362a8a237a00 (patch)
treec93ba81287e3837ac27000533bf8ea536bdf45e0 /cmd/stackprot_test.c
parent9a030f4c5151056f16f6c2300de7a0ad6f2a812e (diff)
tools: fix format string in tools/imx8image.c
on 32bit systems with musl libc compiler emits warning: format '%lx' expects argument of type 'long unsigned int', but argument 3 has type 'size_t' {aka 'unsigned int'} [-Wformat=] to fix this use format length modifier 'z' (size_t) instead of 'l' Signed-off-by: Milan P. Stanić <[email protected]> Reviewed-by: Tom Rini <[email protected]>
Diffstat (limited to 'cmd/stackprot_test.c')
0 files changed, 0 insertions, 0 deletions