Skip to content

static-code-analysis/cppcheck: suppress unmatched suppressions

Maxim Menshikov requested to merge suppress_unmatched_suppression into master

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