GRIM: Fix warning about unused variable

This commit is contained in:
Eugene Sandulenko 2023-09-19 14:25:36 +02:00
parent 947c62fd67
commit ffe8869bb5
No known key found for this signature in database
GPG Key ID: 014D387312D34F08

View File

@ -1447,6 +1447,7 @@ yyerrlab: /* here on detecting error */
if (! yyerrstatus) {
/* If not already recovering from an error, report this error. */
++yynerrs;
(void)yynerrs;
yyerror("parse error");
}