Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-users: Re: [Wireshark-users] Build failures with ascend.c

From: Guy Harris <guy@xxxxxxxxxxxx>
Date: Sat, 24 Feb 2018 10:43:16 -0800
On Feb 24, 2018, at 1:57 AM, Guy Harris <guy@xxxxxxxxxxxx> wrote:

> Was the build done with Bison or Berkeley YACC?  Berkeley YACC appears to have a misfeature wherein it generates a global declaration of yylval - or the prefixed equivalent - in the .h file, *even though it was told to generate a reentrant parser which doesn't use a global yylval*.

If the build was done with Berkeley YACC, try the current master branch; it should suppress that warning.