Skip to content

Commit ea51a66

Browse files
committed
Move seclang-parser.hh supression to the right place
1 parent d19d3b4 commit ea51a66

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/cppcheck_suppressions.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ accessMoved:seclang-parser.hh
3131
returnTempReference:seclang-parser.hh
3232
duplInheritedMember:seclang-parser.hh
3333
constVariableReference:seclang-parser.hh
34+
uninitMemberVar:seclang-parser.hh
35+
3436

3537
unreadVariable:src/operators/rx.cc
3638
unreadVariable:src/operators/rx_global.cc
@@ -60,5 +62,3 @@ uselessCallsSubstr
6062
// Examples
6163
memleak:examples/using_bodies_in_chunks/simple_request.cc
6264

63-
// supress seclang-parser.hh warnings
64-
uninitMemberVar:src/parser/seclang-parser.hh

0 commit comments

Comments
 (0)