Useless Assignment at dtd_grammar.c:1202 |
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/dtd_grammar.c)![]() | ||||||
![]() | ||||||
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 | } | |||||
![]() |