Mark an unused argument.

svn path=/trunk/; revision=27468
This commit is contained in:
Stig Bjørlykke 2009-02-16 22:32:06 +00:00
parent fea7018ed8
commit 5904c38632
1 changed files with 1 additions and 1 deletions

View File

@ -412,7 +412,7 @@ dissect_gtpv2_msisdn(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree, proto_
* 8.12 Indication
*/
static void
dissect_gtpv2_ind(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree, proto_item *item _U_, guint16 length _U_, guint8 instance _U_)
dissect_gtpv2_ind(tvbuff_t *tvb, packet_info *pinfo _U_, proto_tree *tree, proto_item *item _U_, guint16 length _U_, guint8 instance _U_)
{
int offset = 0;