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

index 984c56b18aaef1713e6d382b7a5c53e89a32f3c2..4761d7f4ae571a845ee27cfce66028ae0db199e9 100644 (file)
@@ -207,7 +207,7 @@ static const xdlc_cf_items fr_cf_items_ext = {
 };
 
 static gboolean
-capture_fr(const guchar *pd, int offset, int len, capture_packet_info_t *cpinfo, const union wtap_pseudo_header *pseudo_header _U_)
+capture_fr(const guchar *pd, int offset, int len, capture_packet_info_t *cpinfo, const union wtap_pseudo_header *pseudo_header)
 {
   guint8  fr_octet;
   guint32 addr;