aboutsummaryrefslogtreecommitdiffstats
path: root/packet-wbxml.c
diff options
context:
space:
mode:
authorjmayer <jmayer@f5534014-38df-0310-8fa8-9805f1628bb7>2003-02-13 22:00:53 +0000
committerjmayer <jmayer@f5534014-38df-0310-8fa8-9805f1628bb7>2003-02-13 22:00:53 +0000
commitc69de4d2b2c00aa98b3514a45895687ce373fe77 (patch)
tree1c66cef8fcf1908576b259d872249f4c042fb428 /packet-wbxml.c
parentd6e45d2f69d27d3aa9574ff2e16566b4417f1131 (diff)
Mark pinfo parameter as unused
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@7136 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'packet-wbxml.c')
-rw-r--r--packet-wbxml.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/packet-wbxml.c b/packet-wbxml.c
index 28692a4ae3..39bddf89b4 100644
--- a/packet-wbxml.c
+++ b/packet-wbxml.c
@@ -2,7 +2,7 @@
* Routines for wbxml dissection
* Copyright 2003, Olivier Biot <olivier.biot (ad) siemens.com>
*
- * $Id: packet-wbxml.c,v 1.3 2003/02/12 21:46:15 guy Exp $
+ * $Id: packet-wbxml.c,v 1.4 2003/02/13 22:00:53 jmayer Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -157,7 +157,7 @@ parse_wbxml_attribute_list_defined (proto_tree *tree, tvbuff_t *tvb,
/* Code to actually dissect the packets */
static void
-dissect_wbxml(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree)
+dissect_wbxml(tvbuff_t *tvb, packet_info *pinfo _U_, proto_tree *tree)
{
/* Set up structures needed to add the protocol subtree and manage it */