Skip to content

Commit fe8a0a8

Browse files
committed
democlient; Fixed compile error
1 parent 06f2f75 commit fe8a0a8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

democlient/democlient.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ class CppcheckExecutor : public ErrorLogger {
3737
, stoptime(std::time(nullptr)+2U)
3838
, cppcheck(*this, false, nullptr) {
3939
cppcheck.settings().addEnabled("all");
40-
cppcheck.settings().inconclusive = true;
40+
cppcheck.settings().certainty.enable(Certainty::inconclusive);
4141
}
4242

4343
void run(const char code[]) {

0 commit comments

Comments
 (0)