Get rid of silly /* FALLTHROUGH */ lines
Consistently omit /* FALLTHROUGH */ when we have a case statement that does
nothing. Since compilers don't warn about stacked case statements, and we were
inconsistent, resolve by removing extras.
Get rid of silly /* FALLTHROUGH */ lines Tags None Referenced Files None Subscribers None
Description
Details
|