We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c90fb38 commit b0b483cCopy full SHA for b0b483c
1 file changed
tests/unit/switch.cpp
@@ -298,7 +298,6 @@ int fallthrough_one(int x) {
298
switch (x) {
299
case 1:
300
r += 10;
301
- [[fallthrough]];
302
case 2:
303
r += 20;
304
break;
0 commit comments