Thus said Guy Harris on 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.
YES! Your last commit now fully builds wireshark error free!
Nice work!