static-code-analysis/cppcheck: suppress unmatched suppressions
All threads resolved!
All threads resolved!
The cppcheck invocation without suppression of unmatched suppressions expects that there would be at least one error of suppressed kind. If there are none, cppcheck fails as well. This patch enables ignoring errors of that kind.
Merge request reports
Activity
assigned to @roman.azarenko
requested review from @vivek.dutta
- Resolved by Roman Azarenko
- Resolved by Roman Azarenko
I think it's a better idea that projects encountering "unmatched suppression" remove said suppressions instead. Otherwise one would silence a potential new warning for something that wasn't happening before, but started with some recent code change.
What do you think, @AGnau @vivek.dutta?
Please register or sign in to reply