[GTPv2] Mark a parameter as unused.

Change-Id: Ia007c4956d3ec422dca7f320a83ef7f84173d47b
Reviewed-on: https://code.wireshark.org/review/8219
Reviewed-by: Anders Broman <a.broman58@gmail.com>
This commit is contained in:
AndersBroman 2015-04-28 11:00:43 +02:00 committed by Anders Broman
parent aaa6d2af65
commit 360d49d9a4
1 changed files with 1 additions and 1 deletions

View File

@ -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;