From 2e6de71789d024b6fe8cc183d24834bd32993dac Mon Sep 17 00:00:00 2001 From: Anders Broman Date: Tue, 10 Feb 2009 23:44:56 +0000 Subject: [PATCH] packet-gtpv2.c:216: warning: unused parameter 'pinfo' svn path=/trunk/; revision=27416 --- epan/dissectors/packet-gtpv2.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/epan/dissectors/packet-gtpv2.c b/epan/dissectors/packet-gtpv2.c index b290a970a3..0a36d6dcc9 100644 --- a/epan/dissectors/packet-gtpv2.c +++ b/epan/dissectors/packet-gtpv2.c @@ -213,7 +213,7 @@ static const value_string gtpv2_element_type_vals[] = { {0, NULL} }; static void -dissect_gtpv2_ie_common(tvbuff_t * tvb, packet_info * pinfo, proto_tree * tree, gint offset) +dissect_gtpv2_ie_common(tvbuff_t * tvb, packet_info * pinfo _U_, proto_tree * tree, gint offset) { proto_tree *ie_tree; proto_item *ti;