From a586241e06f54d90608c1f89985dd941abb3671e Mon Sep 17 00:00:00 2001 From: Anders Broman Date: Tue, 15 Nov 2011 19:25:17 +0000 Subject: [PATCH] packet-sip.c:1469: warning: unused variable 'contact_param_end_offset' svn path=/trunk/; revision=39862 --- epan/dissectors/packet-sip.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/epan/dissectors/packet-sip.c b/epan/dissectors/packet-sip.c index e58cc9ff21..8fa7e6848d 100644 --- a/epan/dissectors/packet-sip.c +++ b/epan/dissectors/packet-sip.c @@ -1466,7 +1466,7 @@ dissect_sip_contact_item(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree, gi gint current_offset; gint queried_offset; gint contact_params_start_offset = -1; - gint contact_param_end_offset = -1; + /*gint contact_param_end_offset = -1;*/ uri_offset_info uri_offsets; /* skip Spaces and Tabs */