aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-gpef.c
diff options
context:
space:
mode:
authorAlexis La Goutte <alexis.lagoutte@gmail.com>2016-04-19 15:56:53 +0200
committerAnders Broman <a.broman58@gmail.com>2016-04-25 11:00:28 +0000
commit15074e2bf5bbed30713bb9e3a4a22acc3d93bf3e (patch)
tree9eacc218264c29adb4cfb8ed96cb9ac2da65c530 /epan/dissectors/packet-gpef.c
parent6c392ce8f22b969c7bbf932d50bcb3d5a208014a (diff)
gpef: fix 'pinfo' was marked unused but was used [-Werror,-Wused-but-marked-unused]
Change-Id: I6a302ce6dc18850e6ccc0995c60c4a010e46ad30 Reviewed-on: https://code.wireshark.org/review/15104 Petri-Dish: Alexis La Goutte <alexis.lagoutte@gmail.com> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'epan/dissectors/packet-gpef.c')
-rw-r--r--epan/dissectors/packet-gpef.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-gpef.c b/epan/dissectors/packet-gpef.c
index 0b25c2b0c8..4d56f67dee 100644
--- a/epan/dissectors/packet-gpef.c
+++ b/epan/dissectors/packet-gpef.c
@@ -108,7 +108,7 @@ dissect_gpef_efskey(tvbuff_t *tvb, int offset, packet_info *pinfo, proto_tree *p
/* MS-GPEF section 2.2.1.2.1 */
static int
-dissect_gpef_efsblob(tvbuff_t *tvb, packet_info *pinfo _U_, proto_tree *parent_tree, void *data _U_)
+dissect_gpef_efsblob(tvbuff_t *tvb, packet_info *pinfo, proto_tree *parent_tree, void *data _U_)
{
int offset = 0;
proto_tree *tree;