Text   |  XML   |  ReML   |   Visible Warnings:

Unreachable Computation  at mate_grammar.c:2295

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

yy_parse_failed

(/home/sate/Testcases/c/cve/wireshark-1.2.0/plugins/mate/mate_grammar.c)expand/collapse
Show more  
 2279  static void yy_parse_failed(
 2280    yyParser *yypParser           /* The parser */
 2281  ){
 2282    MateParserARG_FETCH;
 2283  #ifndef NDEBUG 
 2284    if( yyTraceFILE ){
 2285      fprintf(yyTraceFILE,"%sFail!\n",yyTracePrompt);
 2286    }
 2287  #endif
 2288    while( yypParser->yyidx>=0 ) yy_pop_parser_stack(yypParser);
 2289    /* Here code is inserted which will be executed whenever the
 2290    ** parser fails */
 2291  #line 189 "./mate_grammar.lemon"
 2292   
 2293          configuration_error(mc,"Parse Error");
 2294  #line 2299 "mate_grammar.c"
 2295    MateParserARG_STORE; /* Suppress warning about unused %extra_argument variable */
 2296  }
Show more  




Change Warning 3733.30095 : Unreachable Computation

Priority:
State:
Finding:
Owner:
Note: