aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexis La Goutte <alexis.lagoutte@gmail.com>2017-08-29 07:16:12 +0200
committerMichael Mann <mmann78@netscape.net>2017-08-29 10:51:38 +0000
commitb9ec3e71f647422b0748c3417b511146ba5a688d (patch)
treeed88f6df6134cfee9f48c8c28d473382436ecac2
parente608345e060d03d63491d40a8a4c3b2291ef0940 (diff)
gsm_a_bssmap: fix 'len' was marked unused but was used [-Wused-but-marked-unused]
Change-Id: Ia575e0a7d036852254327f00129d9060209411a0 Reviewed-on: https://code.wireshark.org/review/23281 Reviewed-by: Michael Mann <mmann78@netscape.net>
-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 14e51b21be..1dd9450999 100644
--- a/epan/dissectors/packet-gsm_a_bssmap.c
+++ b/epan/dissectors/packet-gsm_a_bssmap.c
@@ -933,7 +933,7 @@ be_cic(tvbuff_t *tvb, proto_tree *tree, packet_info *pinfo _U_, guint32 offset,
* 3.2.2.4 Resource Available
*/
static guint16
-be_res_avail(tvbuff_t *tvb, proto_tree *tree, packet_info *pinfo _U_, guint32 offset, guint len _U_, gchar *add_string _U_, int string_len _U_)
+be_res_avail(tvbuff_t *tvb, proto_tree *tree, packet_info *pinfo _U_, guint32 offset, guint len, gchar *add_string _U_, int string_len _U_)
{
guint32 curr_offset;
guint16 value;