Re: [Bison-Announce] Bison 3.4.90 released [beta]
Frank Heckenbach <[email protected]>
| Newsgroups | gmane.comp.parsers.bison.bugs |
|---|---|
| Message-ID | <E1iR7hL-0007HM-If@goedel> |
Akim Demaille wrote:
> > In member function 'std::ptrdiff_t yy::TMathParser::stack<T, S>::ssize() const':
> > error: use of old-style cast to 'std::ptrdiff_t' {aka 'long int'} [-Werror=old-style-cast]
>
> But it was quite something to add this warning to the test
> suite... I'm happy though that our casts are now easy to find.
> In fact, in a former branch of mine, it would have helped me a lot
> tracking some nasty failures.
Thanks. With your patch, it works for me without warnings.
Regards,
Frank