We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06f2f75 commit fe8a0a8Copy full SHA for fe8a0a8
1 file changed
democlient/democlient.cpp
@@ -37,7 +37,7 @@ class CppcheckExecutor : public ErrorLogger {
37
, stoptime(std::time(nullptr)+2U)
38
, cppcheck(*this, false, nullptr) {
39
cppcheck.settings().addEnabled("all");
40
- cppcheck.settings().inconclusive = true;
+ cppcheck.settings().certainty.enable(Certainty::inconclusive);
41
}
42
43
void run(const char code[]) {
0 commit comments