From 360d49d9a4f7607e4a0661bac2f1dc6460217c33 Mon Sep 17 00:00:00 2001 From: AndersBroman Date: Tue, 28 Apr 2015 11:00:43 +0200 Subject: [PATCH] [GTPv2] Mark a parameter as unused. Change-Id: Ia007c4956d3ec422dca7f320a83ef7f84173d47b Reviewed-on: https://code.wireshark.org/review/8219 Reviewed-by: Anders Broman --- epan/dissectors/packet-gtpv2.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/epan/dissectors/packet-gtpv2.c b/epan/dissectors/packet-gtpv2.c index 68dabed316..015e39a32e 100644 --- a/epan/dissectors/packet-gtpv2.c +++ b/epan/dissectors/packet-gtpv2.c @@ -4932,7 +4932,7 @@ static const value_string gtpv2_uci_leave_csg[] = { }; static void -dissect_gtpv2_uci(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree, proto_item *item _U_, guint16 length, guint8 message_type _U_, guint8 instance _U_) +dissect_gtpv2_uci(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;