Skip to content

Commit 9755088

Browse files
committed
Add cppcheck suppressions
1 parent 1bdd047 commit 9755088

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

test/cppcheck_suppressions.txt

+8
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,9 @@ passedByValue:src/utils/system.cc:166
6767
passedByValue:test/common/modsecurity_test.cc:49
6868
passedByValue:test/common/modsecurity_test.cc:98
6969

70+
uninitvar:src/operators/verify_cpf.cc:77
71+
uninitvar:src/operators/verify_svnr.cc:67
72+
7073
noExplicitConstructor:seclang-parser.hh
7174
constParameter:seclang-parser.hh
7275
accessMoved:seclang-parser.hh
@@ -86,6 +89,11 @@ constParameter
8689

8790
nullPointerRedundantCheck
8891
knownConditionTrueFalse
92+
cstyleCast
93+
functionStatic
94+
variableScope
95+
shadowFunction
96+
unreadVariable
8997

9098

9199
// Examples

0 commit comments

Comments
 (0)