Unreachable Computation at mate_grammar.c:2312 |
No properties have been set. edit properties |
Jump to warning location ↓ | warning details... |
| |
yy_syntax_error (/home/sate/Testcases/c/cve/wireshark-1.2.0/plugins/mate/mate_grammar.c)![]() | ||||||
![]() | ||||||
2301 | static void yy_syntax_error( | |||||
2302 | yyParser *yypParser _U_, /* The parser */ | |||||
2303 | int yymajor _U_, /* The major type of the error token */ | |||||
2304 | YYMINORTYPE yyminor /* The minor type of the error token */ | |||||
2305 | ){ | |||||
2306 | MateParserARG_FETCH; | |||||
2307 | #define TOKEN (yyminor.yy0) | |||||
2308 | #line 185 "./mate_grammar.lemon" | |||||
2309 | ||||||
2310 | configuration_error(mc,"Syntax Error before %s",yyminor); | |||||
2311 | #line 2318 "mate_grammar.c" | |||||
2312 | MateParserARG_STORE; /* Suppress warning about unused %extra_argument variable */
| |||||
2313 | } | |||||
![]() |