fcoib: fix 'data' was marked unused but was used [-Wused-but-marked-unused]

Change-Id: I5b24af66d982b00bcb0532d8fe31175ca18956cc
Reviewed-on: https://code.wireshark.org/review/23280
Reviewed-by: Michael Mann <mmann78@netscape.net>
This commit is contained in:
Alexis La Goutte 2017-08-29 07:07:03 +02:00 committed by Michael Mann
parent 6d5fcb7378
commit e608345e06
1 changed files with 1 additions and 1 deletions

View File

@ -240,7 +240,7 @@ dissect_fcoib(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree, void *data _U
}
static gboolean
dissect_fcoib_heur(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree, void *data _U_)
dissect_fcoib_heur(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree, void *data)
{
gint crc_offset;
gint eof_offset;