fmp: fix 'pinfo' was marked unused but was used [-Werror,-Wused-but-marked-unused]

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

View File

@ -1470,7 +1470,7 @@ dissect_FMP_OpenGetMapEx_request(tvbuff_t *tvb, packet_info *pinfo, proto_tree *
static int
dissect_FMP_OpenGetMapEx_reply(tvbuff_t *tvb, packet_info *pinfo _U_,
dissect_FMP_OpenGetMapEx_reply(tvbuff_t *tvb, packet_info *pinfo,
proto_tree *tree, void* data _U_)
{
int rval;