fp (hint): fix 'pinfo' was marked unused but was used [-Werror,-Wused-but-marked-unused]

Change-Id: I68a8a79ab27a6469512d4a3f26695a37ad307b11
Reviewed-on: https://code.wireshark.org/review/15092
Reviewed-by: Anders Broman <a.broman58@gmail.com>
This commit is contained in:
Alexis La Goutte 2016-04-19 12:22:15 +02:00 committed by Anders Broman
parent b8bf923d8d
commit 5cde178725
1 changed files with 1 additions and 1 deletions

View File

@ -267,7 +267,7 @@ static void assign_fph_pch(tvbuff_t *tvb, packet_info *pinfo _U_, guint16 offset
fpi->chan_num_tbs[0] = blkcnt;
}
static void assign_fph_rach(tvbuff_t *tvb, packet_info *pinfo _U_, guint16 offset, fp_info *fpi, proto_tree *tree)
static void assign_fph_rach(tvbuff_t *tvb, packet_info *pinfo, guint16 offset, fp_info *fpi, proto_tree *tree)
{
const guint8 *hdr;
guint8 rbcnt;