From fe8a0a87fbf4e7e494a2ec90880de0a66144416c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Marjam=C3=A4ki?= Date: Sun, 4 Jul 2021 17:04:17 +0200 Subject: [PATCH] democlient; Fixed compile error --- democlient/democlient.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/democlient/democlient.cpp b/democlient/democlient.cpp index e8c2fc51b..d27d68bd1 100644 --- a/democlient/democlient.cpp +++ b/democlient/democlient.cpp @@ -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[]) {