7abe39c68a
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> |
||
---|---|---|
.. | ||
arcmwdt | ||
armstdc | ||
common | ||
minimal | ||
newlib | ||
picolibc | ||
CMakeLists.txt | ||
Kconfig |