zephyr/lib/libc/minimal
Patryk Duda 7abe39c68a libc: minimal: Add 'break' to suppress fall-through error in atoi.c
Compiling using clang fails with following error:

error: unannotated fall-through between switch labels
[-Werror,-Wimplicit-fallthrough]

Actually, missing 'break' statement is not an error here because
the next label is 'default' which contains 'break' only. For the same
reason we can add it to silence the compiler.

Signed-off-by: Patryk Duda <pdk@semihalf.com>
2023-05-31 14:41:25 -04:00
..
include libc/minimal: Create "real" functions for putc and putchar 2023-04-25 06:18:26 -04:00
source libc: minimal: Add 'break' to suppress fall-through error in atoi.c 2023-05-31 14:41:25 -04:00
CMakeLists.txt libc: Move abort into common 2023-05-08 09:59:27 +02:00
Kconfig libc/common: Change how legacy malloc setting works 2023-05-09 01:29:16 +09:00