Skip to content

Commit 17d7972

Browse files
committed
add FALLTHROUGH macro
1 parent 8e98ef3 commit 17d7972

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/checkers.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2244,7 +2244,7 @@ namespace checkers {
22442244
case ReportType::certCpp:
22452245
idMapping2 = &idMappingCertCpp;
22462246
ext2 = "-CPP";
2247-
// fallthrough
2247+
FALLTHROUGH;
22482248
case ReportType::certC:
22492249
idMapping1 = &idMappingCertC;
22502250
ext1 = "-C";

0 commit comments

Comments
 (0)