We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
checkSuppression()
1 parent 153f88f commit 48a85abCopy full SHA for 48a85ab
1 file changed
test/testsuppressions.cpp
@@ -184,7 +184,6 @@ class TestSuppressions : public TestFixture {
184
185
CppCheck cppCheck(*this, true, nullptr);
186
Settings& settings = cppCheck.settings();
187
- settings.exitCode = 1;
188
settings.jobs = 1;
189
settings.inlineSuppressions = true;
190
if (suppression == "unusedFunction")
0 commit comments