oss-fuzz: Fixed compiler error
This commit is contained in:
parent
c5455764ad
commit
9726d0efea
|
@ -10,7 +10,7 @@ private:
|
|||
public:
|
||||
CppcheckExecutor()
|
||||
: ErrorLogger()
|
||||
, cppcheck(*this, false) {
|
||||
, cppcheck(*this, false, nullptr) {
|
||||
cppcheck.settings().addEnabled("all");
|
||||
cppcheck.settings().inconclusive = true;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue