On 21/10/2024 10:55 am, Federico Serafini wrote: > Add missing break statements to address violations of MISRA C:2012 > Rule 16.3 (An unconditional `break' statement shall terminate > every switch-clause). > > Make explicit unreachability of a program point with > ASSERT_UNREACHABLE() and add defensive code. > > No functional change. > > Signed-off-by: Federico Serafini <[email protected]>
Acked-by: Andrew Cooper <[email protected]>
