From 28faecec7a6f88eefab5c7e6531df4152b39e139 Mon Sep 17 00:00:00 2001 From: Pau Espin Pedrol Date: Mon, 7 Sep 2020 11:26:14 +0200 Subject: BSSMAP: Fix used param marked as unused --- epan/dissectors/packet-gsm_a_bssmap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/epan/dissectors/packet-gsm_a_bssmap.c b/epan/dissectors/packet-gsm_a_bssmap.c index 612c6ccd6c..c4e7708447 100644 --- a/epan/dissectors/packet-gsm_a_bssmap.c +++ b/epan/dissectors/packet-gsm_a_bssmap.c @@ -3821,7 +3821,7 @@ be_app_data_inf(tvbuff_t *tvb, proto_tree *tree, packet_info *pinfo _U_, guint32 * 3.2.2.102 AoIP Transport Layer Address */ static guint16 -be_aoip_trans_lay_add(tvbuff_t *tvb, proto_tree *tree, packet_info *pinfo, guint32 offset, guint len _U_, gchar *add_string _U_, int string_len _U_) +be_aoip_trans_lay_add(tvbuff_t *tvb, proto_tree *tree, packet_info *pinfo, guint32 offset, guint len, gchar *add_string _U_, int string_len _U_) { guint32 curr_offset; guint8 addr_type; -- cgit v1.2.3