Text   |  XML   |  ReML   |   Visible Warnings:

Unreachable Computation  at filter_dlg.c:291

No properties have been set. | edit properties
Jump to warning location ↓ warning details...
Show Events | Options

get_filter_dialog_list

(/home/sate/Testcases/c/cve/wireshark-1.2.0/gtk/filter_dlg.c)expand/collapse
Show more  
 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  }
Show more  




Change Warning 4064.29478 : Unreachable Computation

Priority:
State:
Finding:
Owner:
Note: