aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-gtpv2.c
diff options
context:
space:
mode:
authoretxrab <etxrab@f5534014-38df-0310-8fa8-9805f1628bb7>2009-02-10 23:44:56 +0000
committeretxrab <etxrab@f5534014-38df-0310-8fa8-9805f1628bb7>2009-02-10 23:44:56 +0000
commit5f0b1c5221a80880d99dca00ace3fe8cde042496 (patch)
tree9a5175fe02de44efcf6ac9b398ff2efec2978aa4 /epan/dissectors/packet-gtpv2.c
parent1efc3a4bfee5185d58fa8f729e1209b5b1c0bf3c (diff)
packet-gtpv2.c:216: warning: unused parameter 'pinfo'
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@27416 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'epan/dissectors/packet-gtpv2.c')
-rw-r--r--epan/dissectors/packet-gtpv2.c2
1 files changed, 1 insertions, 1 deletions
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;