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>
This commit is contained in:
Alexis La Goutte 2016-04-19 15:20:44 +02:00 committed by Anders Broman
parent 47769fb1df
commit 6c392ce8f2
1 changed files with 1 additions and 1 deletions

View File

@ -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;