Fix compile error (Certainty::inconclusive)
This commit is contained in:
parent
951ca2c8b9
commit
b05e55f04c
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue