Mark a parameter as unused.

svn path=/trunk/; revision=35507
This commit is contained in:
Anders Broman 2011-01-12 17:05:58 +00:00
parent 93cbda72dd
commit 46f62f1b49
1 changed files with 1 additions and 1 deletions

View File

@ -2290,7 +2290,7 @@ dissect_gtpv2_mm_context_eps_qq(tvbuff_t *tvb, packet_info *pinfo _U_, proto_tre
}
static void
dissect_gtpv2_mm_context_utms_qq(tvbuff_t *tvb, packet_info *pinfo _U_, proto_tree *tree, proto_item *item _U_, guint16 length, guint8 message_type _U_, guint8 instance _U_)
dissect_gtpv2_mm_context_utms_qq(tvbuff_t *tvb, packet_info *pinfo _U_, proto_tree *tree, proto_item *item _U_, guint16 length _U_, guint8 message_type _U_, guint8 instance _U_)
{
proto_item *flag;
proto_tree *flag_tree;