mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-05 17:52:34 +00:00
comparing int i with size_t size generates a sign-compare warning. This commit solves the issue by giving i the type needed. As older c standards do not allow to declare i after stack += 4 I inserted the variable checked_stack that gets the type we need in the comparison. Signed-off-by: Alexander Polleti <metapsycholo@gmail.com> |
||
---|---|---|
.. | ||
__assert.h | ||
byteorder.h | ||
dlist.h | ||
errno_private.h | ||
libc-hooks.h | ||
list_gen.h | ||
mempool_base.h | ||
mempool.h | ||
printk.h | ||
rb.h | ||
reboot.h | ||
ring_buffer.h | ||
sflist.h | ||
slist.h | ||
stack.h | ||
util.h |