Empty switch Statement at ascend-grammar.c:1319 |
No properties have been set. edit properties |
Jump to warning location ↓ | warning details... |
| |
yydestruct (/home/sate/Testcases/c/cve/wireshark-1.2.0/wiretap/ascend-grammar.c)![]() | ||||||
![]() | ||||||
1309 | int yytype; | |||||
1310 | YYSTYPE *yyvaluep; | |||||
1311 | #endif | |||||
1312 | { | |||||
1313 | YYUSE (yyvaluep); | |||||
1314 | ||||||
1315 | if (!yymsg) | |||||
1316 | yymsg = "Deleting"; | |||||
1317 | YY_SYMBOL_PRINT (yymsg, yytype, yyvaluep, yylocationp); | |||||
1318 | ||||||
1319 | switch (yytype)
| |||||
1320 | { | |||||
1321 | ||||||
1322 | default: | |||||
1323 | break; | |||||
1324 | } | |||||
1325 | } | |||||
1326 | ||||||
1327 | ||||||
1328 | /* Prevent warnings from -Wmissing-prototypes. */ | |||||
1329 | ||||||
![]() |