[PATCH 1/2] flex: Avoid REJECT name conflict.

Joakim Tjernlund joakim.tjernlund at transmode.se
Sun May 2 23:09:32 CEST 2010


Ondrej Zajicek <santiago at crfreenet.org> wrote on 2010/05/02 22:57:18:
>
> On Fri, Apr 30, 2010 at 06:29:22PM +0200, Joakim Tjernlund wrote:
> > So what was the end conclusion on this, will you add
> >  %option noinput
> >  %option nounput
> >  %option noreject
> > ?
>
> Yes, i merged that, together with some other suggested changes. Thanks.
>
> > Then the only warning left is the one fixed with
> >  #define YY_FATAL_ERROR(msg) do {cf_error(msg); if(0) yy_fatal_error(msg); } while(0)
> > Not ideal, but the try convincing flex of that :)
>
> This is ugly and unnecessary workaround, i would rather keep this warning.

Well, it is a defect in flex, not likely to be fixed anytime soon, and the
only remaining warning in the build. Would it not be good to remove that one too,
even if it is somewhat ugly? Then one would start to pay attention to all
warnings as there is normally no warnings.

 Jocke

BTW, it seems like you git server is down?




More information about the Bird-users mailing list