Commit 49f1f18
committed
sync stale cppcheck suppression line numbers
The line-anchored knownConditionTrueFalse suppressions had drifted
out of sync with their source lines, causing both unmatchedSuppression
and now-unsuppressed errors in the cppcheck CI step:
- kruskal_tree.hpp: 13 -> 15 (shifted by the clang-format reflow in
the previous commit)
- suffix_array.hpp: 62 -> 63 (pre-existing drift)
- suffix_array_short.hpp: 34 -> 35 (pre-existing drift)1 parent 132963e commit 49f1f18
1 file changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | | - | |
43 | | - | |
44 | | - | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
| |||
0 commit comments