aboutsummaryrefslogtreecommitdiffstats
path: root/epan
diff options
context:
space:
mode:
authorEvan Huus <eapache@gmail.com>2013-10-04 00:30:57 +0000
committerEvan Huus <eapache@gmail.com>2013-10-04 00:30:57 +0000
commit1805a79a4d0a3232a9b5ae7de81c9b37839ebae8 (patch)
treea638fa6894785338be38f1e797672b90f116da9e /epan
parent3dc5f049cfa88c597a6e7bfeb7f21b3b1c97c637 (diff)
Mark unused parameter.
svn path=/trunk/; revision=52346
Diffstat (limited to 'epan')
-rw-r--r--epan/dissectors/packet-mbim.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-mbim.c b/epan/dissectors/packet-mbim.c
index e8db821204..61d5fb3257 100644
--- a/epan/dissectors/packet-mbim.c
+++ b/epan/dissectors/packet-mbim.c
@@ -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;