From 103bf2973029d3dbfd02776560169a562c9cae04 Mon Sep 17 00:00:00 2001 From: Bill Meier Date: Mon, 19 Feb 2007 22:29:23 +0000 Subject: Continuing the tradition: squelch some compiler warnings .... svn path=/trunk/; revision=20866 --- epan/dissectors/packet-ipmi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'epan/dissectors/packet-ipmi.c') 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; -- cgit v1.2.3