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 " importproject.h"
2222#include " library.h"
23+ // cppcheck-suppress-begin uninitMemberVar
2324#include " platform.h"
25+ // cppcheck-suppress-end uninitMemberVar
2426#include " projectfile.h"
2527#include " settings.h"
2628#include " suppressions.h"
@@ -38,7 +40,7 @@ const char Settings::SafeChecks::XmlClasses[] = "class-public";
3840const char Settings::SafeChecks::XmlExternalFunctions[] = " external-functions" ;
3941const char Settings::SafeChecks::XmlInternalFunctions[] = " internal-functions" ;
4042const char Settings::SafeChecks::XmlExternalVariables[] = " external-variables" ;
41- Settings::Settings () : maxCtuDepth( 10 ) {}
43+ Settings::Settings () : performanceValueFlowMaxIfCount(), performanceValueFlowMaxSubFunctionArgs( ) {}
4244Platform::Platform () = default;
4345Library::Library () = default;
4446Library::~Library () = default ;
You can’t perform that action at this time.
0 commit comments