Skip to content

Commit 1ca282a

Browse files
committed
Add exclusions due to newer cppcheck version
1 parent f8ec873 commit 1ca282a

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

test/cppcheck_suppressions.txt

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ duplicateBranch:src/request_body_processor/multipart.cc:93
5353
danglingTempReference:src/modsecurity.cc:206
5454
knownConditionTrueFalse:src/operators/validate_url_encoding.cc:77
5555
knownConditionTrueFalse:src/operators/verify_svnr.cc:87
56-
rethrowNoCurrentException:headers/modsecurity/transaction.h:309
56+
rethrowNoCurrentException:headers/modsecurity/transaction.h:313
5757
rethrowNoCurrentException:src/rule_with_actions.cc:127
5858
ctunullpointer:src/rule_with_actions.cc:244
5959
ctunullpointer:src/rule_with_operator.cc:135
@@ -65,6 +65,13 @@ unreadVariable:src/rule_with_operator.cc:219
6565
uninitvar:src/operators/verify_cpf.cc:77
6666
uninitvar:src/operators/verify_svnr.cc:67
6767

68+
functionConst:src/collection/backend/lmdb.h:86
69+
unusedLabel:src/collection/backend/lmdb.cc:297
70+
71+
passedByValue:src/collection/backend/lmdb.cc
72+
variableScope:src/operators/rx.cc
73+
variableScope:src/operators/rx_global.cc
74+
6875
noExplicitConstructor:seclang-parser.hh
6976
constParameter:seclang-parser.hh
7077
accessMoved:seclang-parser.hh

0 commit comments

Comments
 (0)