Freddy Mallet
added a comment - Manually tested !
When the default case is the last one(which is done intentionally 99.99% of the time), I would not log a violation.
As was discussed - as in MISRA C/C++ standard: default case also requires break, even if it's last. But we can adjust this later based on reaction from community.
Evgeny Mandrikov
added a comment - As was discussed - as in MISRA C/C++ standard: default case also requires break, even if it's last. But we can adjust this later based on reaction from community.
Manually tested !
When the default case is the last one(which is done intentionally 99.99% of the time), I would not log a violation.