Skip to content

Commit 43c6d0d

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 ee6f2a8 commit 43c6d0d

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
@@ -30,6 +30,8 @@ noExplicitConstructor:seclang-parser.hh
3030
constParameter:seclang-parser.hh
3131
accessMoved:seclang-parser.hh
3232
returnTempReference:seclang-parser.hh
33+
duplInheritedMember:seclang-parser.hh
34+
constVariableReference:seclang-parser.hh
3335

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

0 commit comments

Comments
 (0)