]> Git Repo - J-u-boot.git/commit
tools: mkeficapsule: use %zd to print ssize_t.
authorHeinrich Schuchardt <[email protected]>
Sun, 3 Nov 2024 22:45:05 +0000 (23:45 +0100)
committerHeinrich Schuchardt <[email protected]>
Sat, 9 Nov 2024 08:56:45 +0000 (09:56 +0100)
commitac425307f7cf23345f1c33759fbf34662c112276
tree1d0b3c232109677eec422d0728395128b9b4e238
parent7604d874ffaab6ff91e41ad85273fdc5216231b5
tools: mkeficapsule: use %zd to print ssize_t.

For printing a ssize_t variable we must use %zd and not %ld to avoid
a -Wformat error on 32-bit systems.

Reviewed-by: Ilias Apalodimas <[email protected]>
Signed-off-by: Heinrich Schuchardt <[email protected]>
tools/mkeficapsule.c
This page took 0.032172 seconds and 4 git commands to generate.