You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| test.cpp:40:3:40:8 | Switch statement has a case that contains inappropriate statements (only expression, compound, selection, iteration or try statements are allowed). |
2
+
| test.cpp:86:3:86:8 | Switch statement has a non-empty case that does not terminate with an unconditional break or throw statement. |
3
+
| test.cpp:86:3:86:8 | Switch statement has a non-empty case that does not terminate with an unconditional break or throw statement. |
4
+
| test.cpp:98:3:98:8 | Switch statement has a non-empty case that does not terminate with an unconditional break or throw statement. |
5
+
| test.cpp:123:3:123:8 | Switch statement is missing a default clause. |
6
+
| test.cpp:166:3:166:8 | Switch statement has a default clause that is not the first or last switch label. |
7
+
| test.cpp:203:3:203:8 | Switch statement has fewer than two switch-clauses. |
8
+
| test.cpp:210:3:210:8 | Switch statement has fewer than two switch-clauses. |
9
+
| test.cpp:235:3:235:8 | Switch statement has a controlling expression of essentially Boolean type. |
10
+
| test.cpp:245:3:245:8 | Switch statement has a controlling expression of essentially Boolean type. |
11
+
| test.cpp:266:3:266:8 | Switch statement has a controlling expression of essentially Boolean type. |
12
+
| test.cpp:266:3:266:8 | Switch statement is missing a default clause. |
13
+
| test.cpp:266:3:266:8 | Switch statement has fewer than two switch-clauses. |
14
+
| test.cpp:275:3:275:8 | Switch statement has a non-empty case that does not terminate with an unconditional break or throw statement. |
15
+
| test.cpp:275:3:275:8 | Switch statement has a default clause that is not the first or last switch label. |
0 commit comments