Useless Assignment at mate_grammar.c:2330 |
No properties have been set. edit properties |
Jump to warning location ↓ | warning details... |
| |
yy_accept (/home/sate/Testcases/c/cve/wireshark-1.2.0/plugins/mate/mate_grammar.c)![]() | ||||||
![]() | ||||||
2318 | static void yy_accept( | |||||
2319 | yyParser *yypParser /* The parser */ | |||||
2320 | ){ | |||||
2321 | MateParserARG_FETCH; | |||||
2322 | #ifndef NDEBUG | |||||
2323 | if( yyTraceFILE ){ | |||||
2324 | fprintf(yyTraceFILE,"%sAccept!\n",yyTracePrompt); | |||||
2325 | } | |||||
2326 | #endif | |||||
2327 | while( yypParser->yyidx>=0 ) yy_pop_parser_stack(yypParser); | |||||
2328 | /* Here code is inserted which will be executed whenever the | |||||
2329 | ** parser accepts */ | |||||
2330 | MateParserARG_STORE; /* Suppress warning about unused %extra_argument variable */
| |||||
2331 | } | |||||
![]() |