democlient; Fixed compile error
This commit is contained in:
parent
06f2f75548
commit
fe8a0a87fb
|
@ -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[]) {
|
||||
|
|
Loading…
Reference in New Issue