Skip to content

static-code-analysis/cppcheck: suppress unmatched suppressions

Maxim Menshikov requested to merge mmenshikov-unmatched-suppressions into devel

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.

Signed-off-by: Maxim Menshikov maxim.menshikov@iopsys.eu

Merge request reports