aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-fcels.c
diff options
context:
space:
mode:
authorAlexis La Goutte <alexis.lagoutte@gmail.com>2016-04-19 12:18:28 +0200
committerAnders Broman <a.broman58@gmail.com>2016-04-25 10:47:18 +0000
commitc730f886cf43d1f668eede245ced5b788752cd9b (patch)
tree35650a18742cb911c43a3e25b53cf100ca84a67f /epan/dissectors/packet-fcels.c
parent2b723d3fa5334eece6f703077ae94f1e0f36aaf5 (diff)
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>
Diffstat (limited to 'epan/dissectors/packet-fcels.c')
-rw-r--r--epan/dissectors/packet-fcels.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/epan/dissectors/packet-fcels.c b/epan/dissectors/packet-fcels.c
index 06d053adaf..929dad194f 100644
--- a/epan/dissectors/packet-fcels.c
+++ b/epan/dissectors/packet-fcels.c
@@ -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;