On Sat, Jul 20, 2019 at 09:43:22PM +0200, Florian Westphal wrote: > Phil Sutter <phil@xxxxxx> wrote: > > Shut the complaints about POSIX incompatibility by passing -Wno-yacc to > > bison. An alternative would be to not pass -y, but that caused seemingly > > unsolveable problems with automake and expected file names. > > > > Fix two warnings about deprecated '%pure-parser' and '%error-verbose' > > statements by replacing them with what bison suggests. > > > > A third warning sadly left in place: Replacing '%name-prefix' by what > > is suggested leads to compilation errors. > > Can you add those warnings to the changelog before pushing? Sure! > I don't see them, even without this patch. I started seeing them just recently, maybe after the last bison update (to 3.4.1). Cheers, Phil