Skip to content

Commit eca9de6

Browse files
committed
Suppress warnings on seclang-parser.hh
warning: seclang-parser.hh,2116,warning,duplInheritedMember,The struct 'basic_symbol < by_kind >' defines member function with name 'clear' also defined in its parent struct 'by_kind'. warning: seclang-parser.hh,2376,warning,duplInheritedMember,The struct 'basic_symbol < by_kind >' defines member function with name 'type_get' also defined in its parent struct 'by_kind'. warning: seclang-parser.hh,2116,warning,duplInheritedMember,The struct 'basic_symbol < by_state >' defines member function with name 'clear' also defined in its parent struct 'by_state'. warning: seclang-parser.hh,2120,style,constVariableReference,Variable 'yysym' can be declared as reference to const
1 parent 48c4c7c commit eca9de6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/cppcheck_suppressions.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ noExplicitConstructor:seclang-parser.hh
2929
constParameter:seclang-parser.hh
3030
accessMoved:seclang-parser.hh
3131
returnTempReference:seclang-parser.hh
32+
duplInheritedMember:seclang-parser.hh
33+
constVariableReference:seclang-parser.hh
3234

3335
unreadVariable:src/operators/rx.cc
3436
unreadVariable:src/operators/rx_global.cc

0 commit comments

Comments
 (0)