fddi: fix 'pseudo_header' was marked unused but was used [-Werror,-Wused-but-marked...
authorAlexis La Goutte <alexis.lagoutte@gmail.com>
Tue, 19 Apr 2016 10:20:50 +0000 (12:20 +0200)
committerAnders Broman <a.broman58@gmail.com>
Mon, 25 Apr 2016 10:48:25 +0000 (10:48 +0000)
Change-Id: I678ff2c87895bd46ba0df21464b730f54d77af6b
Reviewed-on: https://code.wireshark.org/review/15089
Reviewed-by: Anders Broman <a.broman58@gmail.com>
epan/dissectors/packet-fddi.c

index 975d423776c4e52424a577bff8292bc6deed74b3..98cd5f51e3d376b450eef4e63b414eb106a7d474 100644 (file)
@@ -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;