Mark length parameter as unused
authorsfisher <sfisher@f5534014-38df-0310-8fa8-9805f1628bb7>
Wed, 24 Aug 2011 15:35:32 +0000 (15:35 +0000)
committersfisher <sfisher@f5534014-38df-0310-8fa8-9805f1628bb7>
Wed, 24 Aug 2011 15:35:32 +0000 (15:35 +0000)
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@38714 f5534014-38df-0310-8fa8-9805f1628bb7

epan/dissectors/packet-gtpv2.c

index f9b85d37870982d068bee5d29bb4a544d120ec98..4e6aedcec5bdcec1b4dbe4479e71d8470d170dd5 100644 (file)
@@ -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;