File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2020
2121#include " addoninfo.h"
2222#include " importproject.h"
23+ // cppcheck-suppress-begin uninitMemberVar
2324#include " platform.h"
25+ // cppcheck-suppress-end uninitMemberVar
2426#include " projectfile.h"
2527#include " settings.h"
2628
@@ -36,7 +38,7 @@ const char Settings::SafeChecks::XmlClasses[] = "class-public";
3638const char Settings::SafeChecks::XmlExternalFunctions[] = " external-functions" ;
3739const char Settings::SafeChecks::XmlInternalFunctions[] = " internal-functions" ;
3840const char Settings::SafeChecks::XmlExternalVariables[] = " external-variables" ;
39- Settings::Settings () : maxCtuDepth( 10 ) {}
41+ Settings::Settings () : performanceValueFlowMaxIfCount(), performanceValueFlowMaxSubFunctionArgs( ) {}
4042Platform::Platform () = default;
4143bool ImportProject::sourceFileExists (const std::string & /* file*/ ) {
4244 return true ;
You can’t perform that action at this time.
0 commit comments