From c69de4d2b2c00aa98b3514a45895687ce373fe77 Mon Sep 17 00:00:00 2001 From: jmayer Date: Thu, 13 Feb 2003 22:00:53 +0000 Subject: Mark pinfo parameter as unused git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@7136 f5534014-38df-0310-8fa8-9805f1628bb7 --- packet-wbxml.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'packet-wbxml.c') 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 * - * $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 @@ -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 */ -- cgit v1.2.3