(/home/sate/Testcases/c/cve/wireshark-1.2.0/gtk/main_menu.c) |
| |
| 1509 | | | } |
| 1510 | | | if ((node, REGISTER_STAT_GROUP_ENDPOINT_LIST)) { |
| 1511 | | | |
| 1512 | | | } |
| 1513 | | | if ((node, REGISTER_STAT_GROUP_RESPONSE_TIME)) { |
| 1514 | | | gtk_item_factory_create_item(main_menu_factory, sep_entry, NULL, 2); |
| 1515 | | | } |
| 1516 | | | if ((node, REGISTER_STAT_GROUP_TELEPHONY)) { |
| 1517 | | | |
| 1518 | | | } |
| 1519 | | | if ((node, REGISTER_STAT_GROUP_UNSORTED)) { |
Empty if Statement
Body of if has no effect. This warning could be triggered if: - the body contains no code, or
- the body is removed by the preprocessor, or
- all the macros used in the body expand to nothing.
|
|
| 1520 | | | |
| 1521 | | | } |
| 1522 | | | if ((node, REGISTER_ANALYZE_GROUP_UNSORTED)) { |
| 1523 | | | sep_entry->path = "/Analyze/"; |
| 1524 | | | |
| 1525 | | | } |
| 1526 | | | if ((node, REGISTER_ANALYZE_GROUP_CONVERSATION_FILTER)) { |
| 1527 | | | sep_entry->path = "/Analyze/Conversation Filter/"; |
| 1528 | | | |
| 1529 | | | } |
| |