aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-stun.c
diff options
context:
space:
mode:
authorMartin Kaiser <wireshark@kaiser.cx>2013-09-12 21:17:21 +0000
committerMartin Kaiser <wireshark@kaiser.cx>2013-09-12 21:17:21 +0000
commitc7f22db4d2bddaba5ef9973c2dc0d7a5c23643b6 (patch)
tree8ce1f0e0142aa1a076399e24d8bf4a90ea319589 /epan/dissectors/packet-stun.c
parent71b93947de0242f73e818752acba732ca382a397 (diff)
mark unused parameters
svn path=/trunk/; revision=51986
Diffstat (limited to 'epan/dissectors/packet-stun.c')
-rw-r--r--epan/dissectors/packet-stun.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-stun.c b/epan/dissectors/packet-stun.c
index 9739c58c12..c183c9206a 100644
--- a/epan/dissectors/packet-stun.c
+++ b/epan/dissectors/packet-stun.c
@@ -341,7 +341,7 @@ get_stun_message_len(packet_info *pinfo _U_, tvbuff_t *tvb, int offset)
}
static int
-dissect_stun_message_channel_data(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree, guint16 msg_type, guint msg_length)
+dissect_stun_message_channel_data(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree, guint16 msg_type _U_, guint msg_length _U_)
{
tvbuff_t *next_tvb;