From 9348a21c74f0dd8e0fd48dad784b4d71ffad5336 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Marjam=C3=A4ki?= Date: Tue, 20 Aug 2024 10:37:37 +0200 Subject: [PATCH] fix --- lib/settings.cpp | 29 ----------------------------- 1 file changed, 29 deletions(-) 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",