From 403c75120f5f5c1c7f2d5eab0518eb6d3bebefd6 Mon Sep 17 00:00:00 2001 From: Alexis La Goutte Date: Fri, 15 Apr 2016 19:50:27 +0200 Subject: ecp oui: fix 'pinfo' was marked unused but was used [-Werror,-Wused-but-marked-unused] Change-Id: I434da2eef73a84f91be3adb9120006908b0c7a4f Reviewed-on: https://code.wireshark.org/review/14984 Reviewed-by: Anders Broman --- epan/dissectors/packet-ecp-oui.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'epan/dissectors/packet-ecp-oui.c') diff --git a/epan/dissectors/packet-ecp-oui.c b/epan/dissectors/packet-ecp-oui.c index 31309a551a..6fcaf9418d 100644 --- a/epan/dissectors/packet-ecp-oui.c +++ b/epan/dissectors/packet-ecp-oui.c @@ -186,7 +186,7 @@ dissect_vdp_fi_macvid(tvbuff_t *tvb, packet_info *pinfo _U_, proto_tree *tree, g /* Dissect Organizationally Defined TLVs */ static gint32 -dissect_vdp_org_specific_tlv(tvbuff_t *tvb, packet_info *pinfo _U_, proto_tree *tree, guint32 offset) +dissect_vdp_org_specific_tlv(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree, guint32 offset) { guint16 tempLen; guint16 len; -- cgit v1.2.3