Skip to content

Commit 62bbd7b

Browse files
committed
Correction to previous cppcheck suppression adjustment
1 parent 95c7009 commit 62bbd7b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

test/cppcheck_suppressions.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,9 @@ noExplicitConstructor:seclang-parser.hh
6969
constParameter:seclang-parser.hh
7070
accessMoved:seclang-parser.hh
7171

72-
unreadVariable:rx.cc
73-
unreadVariable:rx_global.cc
72+
unreadVariable:src/operators/rx.cc
73+
unreadVariable:src/operators/rx_global.cc
74+
7475

7576
unusedFunction
7677
missingIncludeSystem

0 commit comments

Comments
 (0)