Wireshark-bugs: [Wireshark-bugs] [Bug 5032] Support for the Bluetooth HCI USB Transport Layer sp

Date: Thu, 29 Nov 2012 15:50:58 +0000

Comment # 20 on bug 5032 from
There's a shadowed variable in packet-bthci_acl.


  CC     libdissectors_la-packet-bthci_acl.lo
packet-bthci_acl.c: In function 'dissect_bthci_acl':

packet-bthci_acl.c:161:25: warning: declaration of 'k_frame_number' shadows a
previous local [-Wshadow]

packet-bthci_acl.c:105:31: warning: shadowed declaration is here [-Wshadow]


The variable declared in in line 161 is never set to a value so I suspect this
declaration should be removed.

Please advise.

(No need to submit a patch. Just let us know what should be done; I (or someone
else can make the change).


You are receiving this mail because:
  • You are the assignee for the bug.
  • You are watching all bug changes.