1
0
mirror of https://github.com/wine-mirror/wine synced 2024-06-29 06:14:34 +00:00

wbemprox: Don't reference yysymbol_name on older bisons.

Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=56718
This commit is contained in:
Alexandre Julliard 2024-05-24 12:25:17 +02:00
parent b9638ebc1c
commit 5df6f5a513

View File

@ -299,7 +299,9 @@ associatorsof:
}
PARSER_BUBBLE_UP_VIEW( parser, $$, view );
#if YYBISON >= 30704
(void)yysymbol_name; /* avoid unused function warning */
#endif
}
| TK_ASSOCIATORS TK_OF path TK_WHERE keywordlist
{