aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-gsm_a_bssmap.c
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2008-10-22 21:10:45 +0000
committerAnders Broman <anders.broman@ericsson.com>2008-10-22 21:10:45 +0000
commit6e901dc4fe3d91070893cdad47e40c6afe5d8314 (patch)
tree923df7086449e1e7d7149e60cf0132d1ee765e12 /epan/dissectors/packet-gsm_a_bssmap.c
parent41b70e3a96a11bb686202aefcfc72d27834daa55 (diff)
Mark len as unused.
svn path=/trunk/; revision=26518
Diffstat (limited to 'epan/dissectors/packet-gsm_a_bssmap.c')
-rw-r--r--epan/dissectors/packet-gsm_a_bssmap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-gsm_a_bssmap.c b/epan/dissectors/packet-gsm_a_bssmap.c
index 4756326d52..6b8587b8ea 100644
--- a/epan/dissectors/packet-gsm_a_bssmap.c
+++ b/epan/dissectors/packet-gsm_a_bssmap.c
@@ -1236,7 +1236,7 @@ be_chan_type(tvbuff_t *tvb, proto_tree *tree, guint32 offset, guint len, gchar *
* 3.2.2.12 Periodicity
*/
static guint8
-be_periodicity(tvbuff_t *tvb, proto_tree *tree, guint32 offset, guint len, gchar *add_string _U_, int string_len _U_)
+be_periodicity(tvbuff_t *tvb, proto_tree *tree, guint32 offset, guint len _U_, gchar *add_string _U_, int string_len _U_)
{
guint32 curr_offset;