aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexis La Goutte <alexis.lagoutte@gmail.com>2016-04-19 15:20:44 +0200
committerAnders Broman <a.broman58@gmail.com>2016-04-25 11:00:09 +0000
commit6c392ce8f22b969c7bbf932d50bcb3d5a208014a (patch)
treed561b206678f45c4e91e917efd2c71b3ec09b72b
parent47769fb1dfdb75928bc0fc8bd7c1d186e42d5c84 (diff)
gmr1_bcch: fix 'tree' was marked unused but was used [-Werror,-Wused-but-marked-unused]
Change-Id: I9a1950e3719927178221999c33f41920e1e4065a Reviewed-on: https://code.wireshark.org/review/15103 Reviewed-by: Anders Broman <a.broman58@gmail.com>
-rw-r--r--epan/dissectors/packet-gmr1_bcch.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-gmr1_bcch.c b/epan/dissectors/packet-gmr1_bcch.c
index aa84906183..9cee738781 100644
--- a/epan/dissectors/packet-gmr1_bcch.c
+++ b/epan/dissectors/packet-gmr1_bcch.c
@@ -640,7 +640,7 @@ CSN_DESCR_END (Segment2Bbis_t)
/* Segment 3A - [1] 11.5.2.71 */
static gint16
-Seg3A_LAI_Dissector(proto_tree *tree _U_, csnStream_t* ar, tvbuff_t *tvb, void* data, int ett_csn1)
+Seg3A_LAI_Dissector(proto_tree *tree, csnStream_t* ar, tvbuff_t *tvb, void* data, int ett_csn1)
{
Seg3A_LAI_t *LAI = (Seg3A_LAI_t *)data;
proto_item *lac_item;