zephyr/tests/bluetooth/ll_settings
Andrzej Głąbek 6738aec457 tests/bluetooth/ll_settings: Prevent switch-unreachable warning
After the fallthrough comments have been replaced (see commit
741ad17a37) with a macro expanding
to the corresponding attribute, those hints became statements,
and if one happens to occur before any switch case, a warning
reporting it as an unreachable statement is generated.
Prevent the above from happening for function ll_rx_dequeue() in
ull.c by enabling an option that will make some switch case to
appear before this problematic statement.

Signed-off-by: Andrzej Głąbek <andrzej.glabek@nordicsemi.no>
2020-08-31 12:40:47 +02:00
..
src
CMakeLists.txt
prj.conf tests/bluetooth/ll_settings: Prevent switch-unreachable warning 2020-08-31 12:40:47 +02:00
testcase.yaml sanitycheck: inclusive language 2020-08-27 07:04:07 -04:00