aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexis La Goutte <alexis.lagoutte@gmail.com>2016-04-19 14:03:48 +0200
committerAnders Broman <a.broman58@gmail.com>2016-04-25 10:51:14 +0000
commit2bfcf34d6020a90631933aefc18b5d8e45815a95 (patch)
tree523d5b4896d3b7f254c5702633a652bb17b7d55a
parentda9a11de31b08ed12cce2986d3950c101d50923c (diff)
gdb: fix 'pinfo' was marked unused but was used [-Werror,-Wused-but-marked-unused]
Change-Id: I8d990808fcfa29494e392721185e987709340c30 Reviewed-on: https://code.wireshark.org/review/15095 Reviewed-by: Anders Broman <a.broman58@gmail.com>
-rw-r--r--epan/dissectors/packet-gdb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-gdb.c b/epan/dissectors/packet-gdb.c
index 0dc1c947d2..dd976a719f 100644
--- a/epan/dissectors/packet-gdb.c
+++ b/epan/dissectors/packet-gdb.c
@@ -137,7 +137,7 @@ static void init_gdb_parser(void) {
static void
-dissect_gdb_packet(tvbuff_t *tvb, packet_info *pinfo _U_, proto_tree *tree)
+dissect_gdb_packet(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree)
{
proto_item *ti;
proto_tree *gdb_tree;