Text   |  XML   |  ReML   |   Visible Warnings:

Useless Assignment  at dtd_grammar.c:1240

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

yy_accept

(/home/sate/Testcases/c/cve/wireshark-1.2.0/epan/dtd_grammar.c)expand/collapse
Show more  
 1228  static void yy_accept(
 1229    yyParser *yypParser           /* The parser */
 1230  ){
 1231    DtdParseARG_FETCH;
 1232  #ifndef NDEBUG 
 1233    if( yyTraceFILE ){
 1234      fprintf(yyTraceFILE,"%sAccept!\n",yyTracePrompt);
 1235    }
 1236  #endif
 1237    while( yypParser->yyidx>=0 ) yy_pop_parser_stack(yypParser);
 1238    /* Here code is inserted which will be executed whenever the
 1239    ** parser accepts */
 1240    DtdParseARG_STORE; /* Suppress warning about unused %extra_argument variable */
 1241  }
Show more  




Change Warning 3077.30080 : Useless Assignment

Priority:
State:
Finding:
Owner:
Note: