aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-fcswils.c
diff options
context:
space:
mode:
authorPascal Quantin <pascal.quantin@gmail.com>2014-06-26 14:52:58 +0200
committerAnders Broman <a.broman58@gmail.com>2014-06-26 13:08:59 +0000
commit7c1b5e9b7eea8012cef3a5d9525bb880103c7b20 (patch)
treec1830d74e7db0993756ad77854978be1a2306c6c /epan/dissectors/packet-fcswils.c
parentf7987091bab94f2403024c34702e9d5007a5d790 (diff)
Fix several compilation warnings
Followup of gf798709 Change-Id: I0afddfe2e9b9ac454377f2358a29b4ecdd011b91 Reviewed-on: https://code.wireshark.org/review/2668 Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'epan/dissectors/packet-fcswils.c')
-rw-r--r--epan/dissectors/packet-fcswils.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/epan/dissectors/packet-fcswils.c b/epan/dissectors/packet-fcswils.c
index 168928c531..3e6429d4d2 100644
--- a/epan/dissectors/packet-fcswils.c
+++ b/epan/dissectors/packet-fcswils.c
@@ -615,7 +615,6 @@ dissect_swils_ess_capability_obj(tvbuff_t *tvb, proto_tree *tree, int offset)
{
int i = 0, num_entries = 0, len = 0, total_len = 0;
guint8 type, subtype, srvr_type;
- proto_item *ti = NULL;
proto_tree *capinfo_tree = NULL;
if (tree) {