packet-gtpv2.c:216: warning: unused parameter 'pinfo'

svn path=/trunk/; revision=27416
This commit is contained in:
Anders Broman 2009-02-10 23:44:56 +00:00
parent 01fc2b7daa
commit 2e6de71789
1 changed files with 1 additions and 1 deletions

View File

@ -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;