diff --git a/oss-fuzz/main.cpp b/oss-fuzz/main.cpp index f5f64647b..1967cef5e 100644 --- a/oss-fuzz/main.cpp +++ b/oss-fuzz/main.cpp @@ -12,7 +12,7 @@ public: : ErrorLogger() , cppcheck(*this, false, nullptr) { cppcheck.settings().addEnabled("all"); - cppcheck.settings().inconclusive = true; + cppcheck.settings().certainty.setEnabled(Certainty::inconclusive, true); } void run(const std::string &code) {