• marko's avatar
    branches/zip: make_flex.sh, lexyy.c: Remove some GCC warnings about unused · daf21c2c
    marko authored
    static symbol definitions.
    
    yy_scan_buffer, yy_scan_string, yy_scan_bytes: Leave these unused extern
    function declarations alone.
    
    yypush_buffer_state, yypop_buffer_state, yyswitch_to_buffer, yyget*, yyset*,
    yylex_destroy: Add __attribute__((unused)).
    
    This closes Mantis issue #8.
    daf21c2c
lexyy.c 66.6 KB