We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 951ca2c commit b05e55fCopy full SHA for b05e55f
1 file changed
oss-fuzz/main.cpp
@@ -12,7 +12,7 @@ class CppcheckExecutor : public ErrorLogger {
12
: ErrorLogger()
13
, cppcheck(*this, false, nullptr) {
14
cppcheck.settings().addEnabled("all");
15
- cppcheck.settings().inconclusive = true;
+ cppcheck.settings().certainty.setEnabled(Certainty::inconclusive, true);
16
}
17
18
void run(const std::string &code) {
0 commit comments