Hi, On 20/12/2023 11:03, Federico Serafini wrote:
MISRA C:2012 Rule 16.3 states: "An unconditional `break' statement shall terminate every switch-clause".Add missing break statements to address violations of Rule 16.3. Add pseudo-keyword "fallthrough" to make explicit the intended behavior and satisfy the requirements to deviate Rule 16.3. No functional change. Signed-off-by: Federico Serafini <[email protected]>
Acked-by: Julien Grall <[email protected]> Cheers, -- Julien Grall
