diff --git a/lib/settings.cpp b/lib/settings.cpp index 5041cfde1cc..55b4d91fff0 100644 --- a/lib/settings.cpp +++ b/lib/settings.cpp @@ -318,35 +318,6 @@ void Settings::setCheckLevel(CheckLevel level) // These tables are auto generated from Cppcheck Premium script -static const std::set cweCheckers{ - "StlMissingComparison", - "assignBoolToPointer", - "autovarInvalidDeallocation", - "deallocuse", - "derefInvalidIterator", - "doubleFree", - "funcArgOrderDifferent", - "globalLockGuard", - "ignoredReturnValue", - "invalidTestForOverflow", - "invalidscanf", - "leakNoVarFunctionCall", - "leakReturnValNotUsed", - "localMutex", - "multiCondition", - "raceAfterInterlockedDecrement", - "resourceLeak", - "rethrowNoCurrentException", - "signConversion", - "signedCharArrayIndex", - "stlIfStrFind", - "unhandledExceptionSpecification", - "unknownEvaluationOrder", - "useClosedFile", - "varFuncNullUB", - "virtualDestructor" -}; - static const std::set autosarCheckers{ "accessMoved", "argumentSize",