mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-06 11:11:56 +00:00
Fix a Coverity warning when using %d to print the result of a sizeof(...) Since the result of the sizeof() use in the example will always fit in a int, simply cast the result to a int so the %d is always correct. Fixes: #18373 Signed-off-by: Erwin Rol <erwin@erwinrol.com> |
||
---|---|---|
.. | ||
application_development | ||
basic | ||
bluetooth | ||
boards | ||
cpp_synchronization | ||
display | ||
drivers | ||
gui | ||
hello_world | ||
mpu | ||
net | ||
nfc/nfc_hello | ||
philosophers | ||
portability | ||
sensor | ||
shields | ||
subsys | ||
synchronization | ||
testing/integration | ||
userspace | ||
xtensa_asm2 | ||
classic.rst | ||
index.rst |