Text   |  XML   |  ReML   |   Visible Warnings:

Useless Assignment  at hostlist_usb.c:70

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

gtk_usb_hostlist_init

(/home/sate/Testcases/c/cve/wireshark-1.2.0/gtk/hostlist_usb.c)expand/collapse
Show more  
 63  gtk_usb_hostlist_init(const char *optarg, void* userdata _U_)
 64  {
 65          const char *filter=NULL;
 66   
 67          if (!strncmp(optarg, "hosts,usb," ,10)) {
 68                  filter = optarg + 10;
 69          } else {
 70                  filter = NULL;
 71          }
 72   
 73          init_hostlist_table(TRUE, "USB", "usb", filter, usb_hostlist_packet);
 74   
 75  }
Show more  




Change Warning 4376.31155 : Useless Assignment

Priority:
State:
Finding:
Owner:
Note: