blob: e7e8188b320305aed1c09b772f6b1316c8abff9b [file] [log] [blame]
<html>
<body>
Reports labelled statements inside of <b>switch</b> statements.
While occasionally intended, this construction is often the result of a typo.
<pre>
<b>switch</b>(x)
{
<b>case</b> 1:
case2: //typo!
<b>case</b> 3:
<b>break</b>;
}
</pre>
<!-- tooltip end -->
<p>
<small>Powered by InspectionGadgets</small>
</body>
</html>