Unreachable Computation at filter_dlg.c:291 |
No properties have been set. edit properties |
Jump to warning location ↓ | warning details... |
| |
get_filter_dialog_list (/home/sate/Testcases/c/cve/wireshark-1.2.0/gtk/filter_dlg.c)![]() | ||||||
![]() | ||||||
278 | static GList * | |||||
279 | get_filter_dialog_list(filter_list_type_t list_type) | |||||
280 | { | |||||
281 | switch (list_type) { | |||||
282 | ||||||
283 | case CFILTER_EDITED_LIST: | |||||
284 | return cfilter_dialogs; | |||||
285 | ||||||
286 | case DFILTER_EDITED_LIST: | |||||
287 | return dfilter_dialogs; | |||||
288 | ||||||
289 | default: | |||||
290 | g_assert_not_reached(); | |||||
291 | return NULL;
| |||||
292 | } | |||||
293 | } | |||||
![]() |