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

Change-Id: I172b089c65db5cc5289cb1a09edbaaaa760dbf31
Reviewed-on: https://code.wireshark.org/review/15086
Reviewed-by: Anders Broman <a.broman58@gmail.com>
This commit is contained in:
Alexis La Goutte 2016-04-19 12:18:28 +02:00 committed by Anders Broman
parent 2b723d3fa5
commit c730f886cf
1 changed files with 2 additions and 2 deletions

View File

@ -1671,7 +1671,7 @@ dissect_fcels_rpsc (tvbuff_t *tvb, packet_info *pinfo _U_, proto_tree *tree,
static void
dissect_fcels_cbind (tvbuff_t *tvb, packet_info *pinfo _U_, proto_tree *tree,
dissect_fcels_cbind (tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree,
proto_item *ti)
{
int offset = 0;
@ -1706,7 +1706,7 @@ dissect_fcels_cbind (tvbuff_t *tvb, packet_info *pinfo _U_, proto_tree *tree,
}
static void
dissect_fcels_unbind (tvbuff_t *tvb, packet_info *pinfo _U_, proto_tree *tree,
dissect_fcels_unbind (tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree,
proto_item *ti)
{
int offset = 0;