We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 835e768 commit f1bf91eCopy full SHA for f1bf91e
src/constexp.y
@@ -74,6 +74,7 @@ int constexpYYerror(yyscan_t yyscanner, const char *s)
74
start: constant_expression
75
{
76
struct constexpYY_state* yyextra = constexpYYget_extra(yyscanner);
77
+ /* dummy statement to silence a 'set but not used' compiler warning */ (void)yynerrs;
78
yyextra->resultValue = $1; return 0;
79
}
80
;
0 commit comments