mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2026-05-02 16:22:15 +02:00
This was a false positive caused by the compiler seeing the %08lx specifiers and judging the output on that, rather than the numbers being fed in. Given these are going to be maximum 32 bit numbers, then better to use %08x, which keeps -Wformat-truncation=2 happy as well. Signed-off-by: Paul Elliott <paul.elliott@arm.com>
8.0 KiB
8.0 KiB