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>
This commit is contained in:
Alexis La Goutte 2016-04-19 12:21:47 +02:00 committed by Anders Broman
parent ce18ccd8a2
commit b8bf923d8d
1 changed files with 1 additions and 1 deletions

View File

@ -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;