static-code-analysis/cppcheck: suppress unmatched suppressions
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.