summaryrefslogtreecommitdiff
path: root/epan/dissectors/packet-fddi.c
diff options
context:
space:
mode:
authorAlexis La Goutte <alexis.lagoutte@gmail.com>2016-04-19 12:20:50 +0200
committerAnders Broman <a.broman58@gmail.com>2016-04-25 10:48:25 +0000
commit32b2b95f84c367f0d41d0aeb5598575b4b1ddc27 (patch)
tree26096fe745cbed8aa6ca4c7b102e7c30f9d04558 /epan/dissectors/packet-fddi.c
parent1289522940f7f253e126fdc7fb9c85cf093bd49c (diff)
downloadwireshark-32b2b95f84c367f0d41d0aeb5598575b4b1ddc27.tar.gz
fddi: fix 'pseudo_header' was marked unused but was used [-Werror,-Wused-but-marked-unused]
Change-Id: I678ff2c87895bd46ba0df21464b730f54d77af6b Reviewed-on: https://code.wireshark.org/review/15089 Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'epan/dissectors/packet-fddi.c')
-rw-r--r--epan/dissectors/packet-fddi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-fddi.c b/epan/dissectors/packet-fddi.c
index 975d423776..98cd5f51e3 100644
--- a/epan/dissectors/packet-fddi.c
+++ b/epan/dissectors/packet-fddi.c
@@ -201,7 +201,7 @@ fddi_hostlist_packet(void *pit, packet_info *pinfo, epan_dissect_t *edt _U_, con
}
static gboolean
-capture_fddi(const guchar *pd, int offset, int len, capture_packet_info_t *cpinfo, const union wtap_pseudo_header *pseudo_header _U_)
+capture_fddi(const guchar *pd, int offset, int len, capture_packet_info_t *cpinfo, const union wtap_pseudo_header *pseudo_header)
{
int fc;