aboutsummaryrefslogtreecommitdiffstats
path: root/epan
diff options
context:
space:
mode:
authorsfisher <sfisher@f5534014-38df-0310-8fa8-9805f1628bb7>2011-08-24 15:35:32 +0000
committersfisher <sfisher@f5534014-38df-0310-8fa8-9805f1628bb7>2011-08-24 15:35:32 +0000
commitb87db01cc76cf2e358abb2d5f6c21e9844f596e3 (patch)
tree69943ed894c1121bdbe0eb5ff9e55fa7e2d2c3c6 /epan
parentc80eb8211116a2dfbc742a1fea4bc08c1cd31d85 (diff)
Mark length parameter as unused
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@38714 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'epan')
-rw-r--r--epan/dissectors/packet-gtpv2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-gtpv2.c b/epan/dissectors/packet-gtpv2.c
index f9b85d3787..4e6aedcec5 100644
--- a/epan/dissectors/packet-gtpv2.c
+++ b/epan/dissectors/packet-gtpv2.c
@@ -1041,7 +1041,7 @@ dissect_gtpv2_mm_con_eutran_srvcc(tvbuff_t *tvb, packet_info *pinfo _U_, proto_t
/* 6.6 MM Context for UTRAN SRVCC */
static void
-dissect_gtpv2_mm_con_utran_srvcc(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree, proto_item *item _U_, guint16 length, guint8 message_type _U_, guint8 instance _U_)
+dissect_gtpv2_mm_con_utran_srvcc(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree, proto_item *item _U_, guint16 length _U_, guint8 message_type _U_, guint8 instance _U_)
{
int offset = 0;
guint8 elm_len;