Useless Assignment at grammar.c:1110 |
No properties have been set. edit properties |
Jump to warning location ↓ | warning details... |
| |
yy_parse_failed (/home/sate/Testcases/c/cve/wireshark-1.2.0/epan/dfilter/grammar.c)![]() | ||||||
![]() | ||||||
1094 | static void yy_parse_failed( | |||||
1095 | yyParser *yypParser /* The parser */ | |||||
1096 | ){ | |||||
1097 | DfilterARG_FETCH; | |||||
1098 | #ifndef NDEBUG | |||||
1099 | if( yyTraceFILE ){ | |||||
1100 | fprintf(yyTraceFILE,"%sFail!\n",yyTracePrompt); | |||||
1101 | } | |||||
1102 | #endif | |||||
1103 | while( yypParser->yyidx>=0 ) yy_pop_parser_stack(yypParser); | |||||
1104 | /* Here code is inserted which will be executed whenever the | |||||
1105 | ** parser fails */ | |||||
1106 | #line 115 "./grammar.lemon" | |||||
1107 | ||||||
1108 | dfw->syntax_error = TRUE; | |||||
1109 | #line 1114 "grammar.c" | |||||
1110 | DfilterARG_STORE; /* Suppress warning about unused %extra_argument variable */
| |||||
1111 | } | |||||
![]() |