Text   |  XML   |  ReML   |   Visible Warnings:

Unreachable Computation  at mate_grammar.c:2312

No properties have been set. | edit properties
Jump to warning location ↓ warning details...
Show Events | Options

yy_syntax_error

(/home/sate/Testcases/c/cve/wireshark-1.2.0/plugins/mate/mate_grammar.c)expand/collapse
Show more  
 2301  static void yy_syntax_error(
 2302    yyParser *yypParser _U_,       /* The parser */
 2303    int yymajor _U_,               /* The major type of the error token */
 2304    YYMINORTYPE yyminor            /* The minor type of the error token */
 2305  ){
 2306    MateParserARG_FETCH;
 2307  #define TOKEN (yyminor.yy0)
 2308  #line 185 "./mate_grammar.lemon"
 2309   
 2310          configuration_error(mc,"Syntax Error before %s",yyminor);
 2311  #line 2318 "mate_grammar.c"
 2312    MateParserARG_STORE; /* Suppress warning about unused %extra_argument variable */
 2313  }
Show more  




Change Warning 3734.30096 : Unreachable Computation

Priority:
State:
Finding:
Owner:
Note: