Text   |  XML   |  ReML   |   Visible Warnings:

Useless Assignment  at dtd_grammar.c:1202

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/epan/dtd_grammar.c)expand/collapse
Show more  
 1186  static void yy_parse_failed(
 1187    yyParser *yypParser           /* The parser */
 1188  ){
 1189    DtdParseARG_FETCH;
 1190  #ifndef NDEBUG 
 1191    if( yyTraceFILE ){
 1192      fprintf(yyTraceFILE,"%sFail!\n",yyTracePrompt);
 1193    }
 1194  #endif
 1195    while( yypParser->yyidx>=0 ) yy_pop_parser_stack(yypParser);
 1196    /* Here code is inserted which will be executed whenever the
 1197    ** parser fails */
 1198  #line 77 "./dtd_grammar.lemon"
 1199   
 1200          g_string_append_printf(bd->error,"DTD parsing failure\n");
 1201  #line 1206 "dtd_grammar.c"
 1202    DtdParseARG_STORE; /* Suppress warning about unused %extra_argument variable */
 1203  }
Show more  




Change Warning 3075.30091 : Useless Assignment

Priority:
State:
Finding:
Owner:
Note: