From 5cde178725336b5c519f53dd14ec018f50d3642d Mon Sep 17 00:00:00 2001 From: Alexis La Goutte Date: Tue, 19 Apr 2016 12:22:15 +0200 Subject: 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 --- epan/dissectors/packet-fp_hint.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/epan/dissectors/packet-fp_hint.c b/epan/dissectors/packet-fp_hint.c index 550fdac426..5a1f77ec48 100644 --- a/epan/dissectors/packet-fp_hint.c +++ b/epan/dissectors/packet-fp_hint.c @@ -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; -- cgit v1.2.3