zephyr/include/misc
Alexander Polleti 3d089dfe0f c++: fix comparison between signed and unsigned types
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>
2018-09-06 11:38:48 -04:00
..
__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