dcp etsi: fix 'data' was marked unused but was used [-Werror,-Wused-but-marked-unused]

Change-Id: Iba8f032678d1b26d5cf088a81a294b9a4b0c8818
Reviewed-on: https://code.wireshark.org/review/14976
Reviewed-by: Anders Broman <a.broman58@gmail.com>
This commit is contained in:
Alexis La Goutte 2016-04-15 19:34:29 +02:00 committed by Anders Broman
parent 55ac64ff3e
commit 55ea2ac4b1
1 changed files with 1 additions and 1 deletions

View File

@ -439,7 +439,7 @@ dissect_pft_fragmented(tvbuff_t * tvb, packet_info * pinfo, proto_tree * tree,
* \param[in,out] tree The structure containing the details which will be displayed, filtered, etc.
*/
static int
dissect_pft(tvbuff_t * tvb, packet_info * pinfo, proto_tree * tree, void* data _U_)
dissect_pft(tvbuff_t * tvb, packet_info * pinfo, proto_tree * tree, void* data)
{
guint16 plen;
gint offset = 0;