Mark unused parameter.

svn path=/trunk/; revision=52346
This commit is contained in:
Evan Huus 2013-10-04 00:30:57 +00:00
parent 3dc5f049cf
commit 1805a79a4d
1 changed files with 1 additions and 1 deletions

View File

@ -4286,7 +4286,7 @@ dissect_mbim_control(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree, void *
}
static int
dissect_mbim_descriptor(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree, void *data _U_)
dissect_mbim_descriptor(tvbuff_t *tvb, packet_info *pinfo _U_, proto_tree *tree, void *data _U_)
{
guint8 length, type, subtype;