Reports a
switch
statement where control can proceed from a branch to the next one. Such "fall-through" often indicates an error, for example, a missing
break
or
return
.