Closed Dirac231 closed 6 months ago
Adding break statements in case switches in source code helps the portability and produces less warnings.
@Dirac231 the break is omitted to the case statements fall through to the next one depending on the switch value
break
Adding break statements in case switches in source code helps the portability and produces less warnings.