Skip to content

Commit

Permalink
cppcheck: Adds rules_set_properties.cc supressions
Browse files Browse the repository at this point in the history
  • Loading branch information
zimmerle committed Feb 18, 2020
1 parent 6a742cd commit 014adab
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions test/cppcheck_suppressions.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
shiftNegative:src/utils/msc_tree.cc
*:src/utils/acmp.cc
*:src/utils/msc_tree.cc
invalidScanfArgType_int:src/rules_properties.cc:102
invalidScanfArgType_int:src/rules_properties.cc:103
invalidScanfArgType_int:src/rules_set_properties.cc:101
invalidScanfArgType_int:src/rules_set_properties.cc:102


//
Expand All @@ -52,6 +52,7 @@ syntaxError:src/transaction.cc:62
noConstructor:src/variables/variable.h:152
duplicateBranch:src/request_body_processor/multipart.cc:93

noExplicitConstructor:seclang-parser.hh


unusedFunction
Expand Down

0 comments on commit 014adab

Please sign in to comment.