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
This commit is contained in:
Eduardo Arias 2024-04-29 00:37:36 -03:00 committed by Eduardo Arias
parent 7d9c80dede
commit c2b86ddc49

View File

@ -29,6 +29,8 @@ noExplicitConstructor:seclang-parser.hh
constParameter:seclang-parser.hh constParameter:seclang-parser.hh
accessMoved:seclang-parser.hh accessMoved:seclang-parser.hh
returnTempReference:seclang-parser.hh returnTempReference:seclang-parser.hh
duplInheritedMember:seclang-parser.hh
constVariableReference:seclang-parser.hh
unreadVariable:src/operators/rx.cc unreadVariable:src/operators/rx.cc
unreadVariable:src/operators/rx_global.cc unreadVariable:src/operators/rx_global.cc