aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ipmi.c
diff options
context:
space:
mode:
authorBill Meier <wmeier@newsguy.com>2007-02-19 22:29:23 +0000
committerBill Meier <wmeier@newsguy.com>2007-02-19 22:29:23 +0000
commit103bf2973029d3dbfd02776560169a562c9cae04 (patch)
treecd0b738a3698a53da35e6e59410ba2c5b5391468 /epan/dissectors/packet-ipmi.c
parent547a03b25bc410340844b05a56e9ee3cd631b6f8 (diff)
Continuing the tradition: squelch some compiler warnings ....
svn path=/trunk/; revision=20866
Diffstat (limited to 'epan/dissectors/packet-ipmi.c')
-rw-r--r--epan/dissectors/packet-ipmi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-ipmi.c b/epan/dissectors/packet-ipmi.c
index ec44eee233..45516fcbc4 100644
--- a/epan/dissectors/packet-ipmi.c
+++ b/epan/dissectors/packet-ipmi.c
@@ -2520,7 +2520,7 @@ static const value_string GetChannelAuthCap_max_priv_lev_vals[] = {
/* 22-15, Get Channel Authentication Capabilities Command */
static void
dissect_cmd_Get_Channel_Auth_Capabilities(proto_tree *tree, proto_tree *ipmi_tree, packet_info *pinfo _U_, tvbuff_t *tvb,
- gint *poffset, guint8 len, guint8 response, guint8 auth_offset)
+ gint *poffset, guint8 len _U_, guint8 response, guint8 auth_offset _U_)
{
proto_tree *field_tree = NULL;
proto_item *tf = NULL;