aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
diff options
context:
space:
mode:
authorJörg Mayer <jmayer@loplof.de>2004-01-03 14:08:57 +0000
committerJörg Mayer <jmayer@loplof.de>2004-01-03 14:08:57 +0000
commitf59b560eb701ba3568ebb4d26c9a2fc73a7960f0 (patch)
tree0d3f5929697d35dcc62ac4880c3ebb43ae4098de /plugins
parentdde4d144f35f971b9517aae9e7eb16fd02c02939 (diff)
Warning fix: Mark a parameter as unused
svn path=/trunk/; revision=9536
Diffstat (limited to 'plugins')
-rw-r--r--plugins/v5ua/packet-v5ua.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/v5ua/packet-v5ua.c b/plugins/v5ua/packet-v5ua.c
index 2ac3125728..3f75d9652c 100644
--- a/plugins/v5ua/packet-v5ua.c
+++ b/plugins/v5ua/packet-v5ua.c
@@ -1651,7 +1651,7 @@ dissect_parameter(tvbuff_t *parameter_tvb, packet_info *pinfo, proto_tree *v5ua_
/* dissect the V5UA-Parameters into subsets which are separated by Tag-Length-Header and call up the dissector for the subsets */
static void
-dissect_parameters(tvbuff_t *parameters_tvb, packet_info *pinfo, proto_tree *tree, proto_tree *v5ua_tree)
+dissect_parameters(tvbuff_t *parameters_tvb, packet_info *pinfo, proto_tree *tree _U_, proto_tree *v5ua_tree)
{
gint tag, offset, length, total_length, remaining_length;
tvbuff_t *parameter_tvb;