mirror of https://github.com/YosysHQ/yosys.git
verilog_parser: silence yynerrs warning
This commit is contained in:
parent
adb6cdb167
commit
81bbde62ca
|
@ -464,6 +464,7 @@ static const AstNode *addAsgnBinopStmt(dict<IdString, AstNode*> *attr, AstNode *
|
|||
%%
|
||||
|
||||
input: {
|
||||
(void)frontend_verilog_yynerrs;
|
||||
ast_stack.clear();
|
||||
ast_stack.push_back(current_ast);
|
||||
} design {
|
||||
|
|
Loading…
Reference in New Issue