aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexis La Goutte <alexis.lagoutte@gmail.com>2016-04-19 12:21:47 +0200
committerAnders Broman <a.broman58@gmail.com>2016-04-25 10:49:26 +0000
commitb8bf923d8d3644d1ea3b96dd233f9b88fb750ae5 (patch)
treec1c97d0dcb329e57ad8b14d0e3d34bedc3350d1d
parentce18ccd8a2eec5a9d65cfb193328ee1be1d84662 (diff)
fmp (notify): fix 'pinfo' was marked unused but was used [-Werror,-Wused-but-marked-unused]
Change-Id: Ib993d34e0def7c4f0c604357910635dfc4b41795 Reviewed-on: https://code.wireshark.org/review/15091 Reviewed-by: Anders Broman <a.broman58@gmail.com>
-rw-r--r--epan/dissectors/packet-fmp_notify.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-fmp_notify.c b/epan/dissectors/packet-fmp_notify.c
index 0d2f662586..52ae9ccf3f 100644
--- a/epan/dissectors/packet-fmp_notify.c
+++ b/epan/dissectors/packet-fmp_notify.c
@@ -483,7 +483,7 @@ dissect_fmp_notify_extent(tvbuff_t *tvb, int offset, packet_info *pinfo _U_,
static int
-dissect_fmp_notify_extentList(tvbuff_t *tvb, int offset, packet_info *pinfo _U_,
+dissect_fmp_notify_extentList(tvbuff_t *tvb, int offset, packet_info *pinfo,
proto_tree *tree)
{
guint32 numExtents;