https://bugs.winehq.org/show_bug.cgi?id=56718
Bug ID: 56718 Summary: Compilation broken since badaed641928edb8f2426d9f12d16c88b479e1e8 Product: Wine Version: 8.6 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: wmi&wbemprox Assignee: wine-bugs@winehq.org Reporter: martin@martin.st CC: julliard@winehq.org Distribution: ---
Since badaed641928edb8f2426d9f12d16c88b479e1e8, "wbemprox: Avoid unused function warning.", compilation fails on Ubuntu 20.04 with bison 3.5.1:
../src/dlls/wbemprox/wql.y:302:19: error: use of undeclared identifier 'yysymbol_name' 302 | (void)yysymbol_name; /* avoid unused function warning */ | ^