Text   |  XML   |  ReML   |   Visible Warnings:

Useless Assignment  at grammar.c:1188

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/dfilter/grammar.c)expand/collapse
Show more  
 1176  static void yy_accept(
 1177    yyParser *yypParser           /* The parser */
 1178  ){
 1179    DfilterARG_FETCH;
 1180  #ifndef NDEBUG 
 1181    if( yyTraceFILE ){
 1182      fprintf(yyTraceFILE,"%sAccept!\n",yyTracePrompt);
 1183    }
 1184  #endif
 1185    while( yypParser->yyidx>=0 ) yy_pop_parser_stack(yypParser);
 1186    /* Here code is inserted which will be executed whenever the
 1187    ** parser accepts */
 1188    DfilterARG_STORE; /* Suppress warning about unused %extra_argument variable */
 1189  }
Show more  




Change Warning 1154.30070 : Useless Assignment

Priority:
State:
Finding:
Owner:
Note: