Commit b9513d3
authored
Fix #14487: FP duplicateBranch with empty macro (cppcheck-opensource#8481)
My reasoning here is that a single semicolon most likely is a result of
an empty macro expansion. I can't think of a case where one would put a
single semicolon where it would make sense to warn.1 parent a3faaa7 commit b9513d3
2 files changed
Lines changed: 10 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2692 | 2692 | | |
2693 | 2693 | | |
2694 | 2694 | | |
2695 | | - | |
| 2695 | + | |
2696 | 2696 | | |
2697 | 2697 | | |
2698 | 2698 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7316 | 7316 | | |
7317 | 7317 | | |
7318 | 7318 | | |
| 7319 | + | |
| 7320 | + | |
| 7321 | + | |
| 7322 | + | |
| 7323 | + | |
| 7324 | + | |
| 7325 | + | |
| 7326 | + | |
| 7327 | + | |
7319 | 7328 | | |
7320 | 7329 | | |
7321 | 7330 | | |
| |||
0 commit comments