democlient; Fixed compile error

This commit is contained in:
Daniel Marjamäki 2021-07-04 17:04:17 +02:00
parent 06f2f75548
commit fe8a0a87fb
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ public:
, stoptime(std::time(nullptr)+2U)
, cppcheck(*this, false, nullptr) {
cppcheck.settings().addEnabled("all");
cppcheck.settings().inconclusive = true;
cppcheck.settings().certainty.enable(Certainty::inconclusive);
}
void run(const char code[]) {