mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-11 14:16:35 +00:00
This commit touches the C codebase and the python syscall generator. The Z_GENLIST-macros expand to whole functions. Once expanded by the preprocessor we notice a semicolon is put after the function body. But ISO C99 does not allow extra ‘;’ outside of a function. Though this is accepted by GCC with GNU extensions, it is not by Clang. Signed-off-by: Mark Ruvald Pedersen <mped@oticon.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 |