aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-carp.c
diff options
context:
space:
mode:
authorEvan Huus <eapache@gmail.com>2013-06-14 14:56:00 +0000
committerEvan Huus <eapache@gmail.com>2013-06-14 14:56:00 +0000
commit101af7fa2dc2268921f8531271f7769901cdfb3f (patch)
treeb52e91bfc02199f39d44ddebb53f53a5c4f0a38f /epan/dissectors/packet-carp.c
parent66f10eec2e46f8e361593ce4b5921388b6161d39 (diff)
Mark unused params as such.
svn path=/trunk/; revision=49932
Diffstat (limited to 'epan/dissectors/packet-carp.c')
-rw-r--r--epan/dissectors/packet-carp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-carp.c b/epan/dissectors/packet-carp.c
index 1b2ab1ee34..68bbc36514 100644
--- a/epan/dissectors/packet-carp.c
+++ b/epan/dissectors/packet-carp.c
@@ -56,7 +56,7 @@ static const value_string carp_type_vals[] = {
};
static gboolean
-test_carp_packet(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree, void *data _U_)
+test_carp_packet(tvbuff_t *tvb, packet_info *pinfo _U_, proto_tree *tree _U_, void *data _U_)
{
guint8 ver_type, version, auth_length;