aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2008-11-07 06:28:18 +0000
committerAnders Broman <anders.broman@ericsson.com>2008-11-07 06:28:18 +0000
commit49d676e3a0b126b5d2f169e88077cee6487b95d8 (patch)
tree25b2c58da367f24b4fef1ee975cf35a9aa33874a
parent98ae8601155d9d7cac24be0eea380848d7a4d321 (diff)
packet-gsm_bsslap.c:247: warning: unused parameter 'len'
svn path=/trunk/; revision=26726
-rw-r--r--epan/dissectors/packet-gsm_bsslap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-gsm_bsslap.c b/epan/dissectors/packet-gsm_bsslap.c
index 3e38082d19..5bd3b43cde 100644
--- a/epan/dissectors/packet-gsm_bsslap.c
+++ b/epan/dissectors/packet-gsm_bsslap.c
@@ -244,7 +244,7 @@ de_rrlp_flg(tvbuff_t *tvb, proto_tree *tree, guint32 offset, guint len _U_, gcha
return(curr_offset - offset);
}
static guint8
-de_rrlp_ie(tvbuff_t *tvb, proto_tree *tree, guint32 offset, guint len, gchar *add_string _U_, int string_len _U_)
+de_rrlp_ie(tvbuff_t *tvb, proto_tree *tree, guint32 offset, guint len _U_, gchar *add_string _U_, int string_len _U_)
{
guint32 curr_offset;
tvbuff_t *rrlp_tvb;