summaryrefslogtreecommitdiff
path: root/epan/dissectors/packet-bpq.c
diff options
context:
space:
mode:
authorJoerg Mayer <jmayer@loplof.de>2016-03-28 21:02:17 +0200
committerJörg Mayer <jmayer@loplof.de>2016-03-28 19:06:13 +0000
commit0c471e782fe2179284a58f72781afab0e90689a6 (patch)
tree1e6fa0a19284ce040b04ef788c190246663438b3 /epan/dissectors/packet-bpq.c
parentc6fad4183c76259a20075c91599b02ce1a7b8e30 (diff)
downloadwireshark-0c471e782fe2179284a58f72781afab0e90689a6.tar.gz
Fix more -Wused-but-marked-unused warnings/errors.
Change-Id: Ieb3e70a23c1a55b7ba60b1b32f159341adfe65b7 Reviewed-on: https://code.wireshark.org/review/14682 Reviewed-by: Jörg Mayer <jmayer@loplof.de>
Diffstat (limited to 'epan/dissectors/packet-bpq.c')
-rw-r--r--epan/dissectors/packet-bpq.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-bpq.c b/epan/dissectors/packet-bpq.c
index 5ef6e01b59..14399d21cc 100644
--- a/epan/dissectors/packet-bpq.c
+++ b/epan/dissectors/packet-bpq.c
@@ -103,7 +103,7 @@ dissect_bpq( tvbuff_t *tvb, packet_info *pinfo, proto_tree *parent_tree, void* d
}
static gboolean
-capture_bpq( const guchar *pd, int offset, int len, capture_packet_info_t *cpinfo, const union wtap_pseudo_header *pseudo_header _U_)
+capture_bpq( const guchar *pd, int offset, int len, capture_packet_info_t *cpinfo, const union wtap_pseudo_header *pseudo_header)
{
int l_offset;