27 Apr
2010
27 Apr
'10
9:38 p.m.
Martin Mares <mj@ucw.cz> wrote on 2010/04/27 23:33:08:
This kills: cf-lex.c:1874: warning: 'yy_fatal_error' defined but not used
Sorry, but this is much more ugly than the warning itself.
No, it isn't. You don't have look at that every compile.
What about declaring yy_fatal_error() with UNUSED?
Tried that already, but since cf-lex.c already have a decl. it doesn't work.