aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ansi_a.c
diff options
context:
space:
mode:
authorStig Bjørlykke <stig@bjorlykke.org>2011-04-17 19:17:46 +0000
committerStig Bjørlykke <stig@bjorlykke.org>2011-04-17 19:17:46 +0000
commit4f809a7e67ea27dcb39501c9254ce525e54c6bc9 (patch)
treeb68dafbbe85f388fc5032f121c6849176c2394d0 /epan/dissectors/packet-ansi_a.c
parent2a2dd7655ce66f7b017274d2fa435ba757bc89d5 (diff)
One more unused argument.
svn path=/trunk/; revision=36690
Diffstat (limited to 'epan/dissectors/packet-ansi_a.c')
-rw-r--r--epan/dissectors/packet-ansi_a.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/epan/dissectors/packet-ansi_a.c b/epan/dissectors/packet-ansi_a.c
index 64b3801e6c..780f1bf1a2 100644
--- a/epan/dissectors/packet-ansi_a.c
+++ b/epan/dissectors/packet-ansi_a.c
@@ -947,12 +947,11 @@ ansi_a_so_int_to_str(
* IOS 6.2.2.6
*/
static guint8
-elem_chan_num(tvbuff_t *tvb, proto_tree *tree, guint32 offset, guint len, gchar *add_string, int string_len)
+elem_chan_num(tvbuff_t *tvb, proto_tree *tree, guint32 offset, guint len _U_, gchar *add_string, int string_len)
{
guint32 value;
guint32 curr_offset;
- len = len;
curr_offset = offset;
value = tvb_get_ntohs(tvb, curr_offset);