Remove no-longer-needed cppcheck suppressions

This commit is contained in:
Martin Vierula 2023-04-17 19:56:00 -07:00
parent a5320add21
commit f8db5fc85e
No known key found for this signature in database
GPG Key ID: F2FC4E45883BCBA4

View File

@ -70,14 +70,12 @@ uninitvar:src/operators/verify_svnr.cc:67
noExplicitConstructor:seclang-parser.hh noExplicitConstructor:seclang-parser.hh
constParameter:seclang-parser.hh constParameter:seclang-parser.hh
accessMoved:seclang-parser.hh accessMoved:seclang-parser.hh
returnTempReference:seclang-parser.hh
unusedFunction unusedFunction
missingIncludeSystem missingIncludeSystem
useStlAlgorithm useStlAlgorithm
preprocessorErrorDirective preprocessorErrorDirective
funcArgNamesDifferent funcArgNamesDifferent
unmatchedSuppression
missingInclude missingInclude
purgedConfiguration purgedConfiguration
@ -88,7 +86,6 @@ nullPointerRedundantCheck
knownConditionTrueFalse knownConditionTrueFalse
cstyleCast cstyleCast
functionStatic functionStatic
variableScope
shadowFunction shadowFunction
constVariable constVariable