Skip to content

Conversation

tpambor
Copy link
Contributor

@tpambor tpambor commented Oct 8, 2025

Fix format specifiers that did not match the argument type. Use %zu format specifier for size_t type to ensure compatibility with both 32-bit and 64-bit platforms. Escape percent signs in format strings using %% to prevent warnings about unknown format specifiers.

Part of #96968

Fix format specifiers that did not match the argument type.
Use %zu format specifier for size_t type to ensure compatibility
with both 32-bit and 64-bit platforms. Escape percent signs in
format strings using %% to prevent warnings about unknown format
specifiers.

Signed-off-by: Tim Pambor <tim.pambor@codewrights.de>
Copy link

sonarqubecloud bot commented Oct 8, 2025

@cfriedt cfriedt merged commit 110f4ee into zephyrproject-rtos:main Oct 10, 2025
20 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area: Kernel area: Tests Issues related to a particular existing or missing test area: Userspace Userspace

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants