aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexis La Goutte <alexis.lagoutte@gmail.com>2016-04-19 12:18:59 +0200
committerAnders Broman <a.broman58@gmail.com>2016-04-25 10:47:42 +0000
commitbd156912fa6994400f42959ca028efadd99a4357 (patch)
treef6a4f16a27868c51757063923cf509f0bb5e4baa
parentc730f886cf43d1f668eede245ced5b788752cd9b (diff)
fcp: fix 'conversation' was marked unused but was used [-Werror,-Wused-but-marked-unused]
Change-Id: I7ae05ed186cfd1df639c9c453e4b5fa5c02972d7 Reviewed-on: https://code.wireshark.org/review/15087 Reviewed-by: Anders Broman <a.broman58@gmail.com>
-rw-r--r--epan/dissectors/packet-fcp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-fcp.c b/epan/dissectors/packet-fcp.c
index d54a73726d..70029fc0cd 100644
--- a/epan/dissectors/packet-fcp.c
+++ b/epan/dissectors/packet-fcp.c
@@ -426,7 +426,7 @@ dissect_fcp_cmnd(tvbuff_t *tvb, packet_info *pinfo, proto_tree *parent_tree, pro
}
static void
-dissect_fcp_data(tvbuff_t *tvb, packet_info *pinfo, proto_tree *parent_tree, conversation_t *conversation _U_, itlq_nexus_t *itlq, guint32 relative_offset)
+dissect_fcp_data(tvbuff_t *tvb, packet_info *pinfo, proto_tree *parent_tree, conversation_t *conversation, itlq_nexus_t *itlq, guint32 relative_offset)
{
itl_nexus_t itl;
itlq_nexus_t empty_itlq;