cfm: fix 'pinfo' was marked unused but was used [-Wused-but-marked-unused]

Change-Id: I046a37a07cdaad6db2132efbfbbc9dbfa0055bec
Reviewed-on: https://code.wireshark.org/review/23240
Reviewed-by: Guy Harris <guy@alum.mit.edu>
This commit is contained in:
Alexis La Goutte 2017-08-27 19:22:29 +02:00 committed by Guy Harris
parent 8d42f0fd09
commit af66f17fb4
1 changed files with 1 additions and 1 deletions

View File

@ -689,7 +689,7 @@ static int dissect_cfm_gnm_bnm(tvbuff_t *tvb, packet_info *pinfo _U_, proto_tree
return offset;
}
static int dissect_cfm_gnm(tvbuff_t *tvb, packet_info *pinfo _U_, proto_tree *tree, int offset)
static int dissect_cfm_gnm(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree, int offset)
{
proto_item *ti;
proto_item *fi;