Mark unused params as such.

svn path=/trunk/; revision=49932
This commit is contained in:
Evan Huus 2013-06-14 14:56:00 +00:00
parent 66f10eec2e
commit 101af7fa2d
1 changed files with 1 additions and 1 deletions

View File

@ -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;