多くの場合はタイポに起因している、
switch
ステートメント内にあるラベル付きのステートメントを報告します。
例:
switch
(x) {
case
1: case2: //タイポ!
case
3:
break
; }