aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
diff options
context:
space:
mode:
authorUlf Lamping <ulf.lamping@web.de>2007-08-03 20:07:06 +0000
committerUlf Lamping <ulf.lamping@web.de>2007-08-03 20:07:06 +0000
commit2d11b0813e23d01c27975755f39f2457e4da5c90 (patch)
tree22a5c8eccc1e26469c85b8ded88ddf2213a5819a /plugins
parent12aed7290cf065ef39668c3c94493e1690f385cb (diff)
mark some parameters as unused
svn path=/trunk/; revision=22445
Diffstat (limited to 'plugins')
-rw-r--r--plugins/profinet/packet-dcerpc-pn-io.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/profinet/packet-dcerpc-pn-io.c b/plugins/profinet/packet-dcerpc-pn-io.c
index 6c43ad819f..a4ad213d42 100644
--- a/plugins/profinet/packet-dcerpc-pn-io.c
+++ b/plugins/profinet/packet-dcerpc-pn-io.c
@@ -1514,7 +1514,7 @@ static int dissect_PNIO_IOxS(tvbuff_t *tvb, int offset,
static pnio_ar_t *
-pnio_ar_find_by_aruuid(packet_info *pinfo, e_uuid_t *aruuid)
+pnio_ar_find_by_aruuid(packet_info *pinfo _U_, e_uuid_t *aruuid)
{
GList *ars;
pnio_ar_t *ar;
@@ -4022,7 +4022,7 @@ dissect_FSHello_block(tvbuff_t *tvb, int offset,
/* dissect the FSUDataAdjust block */
static int
dissect_PDInterfaceFSUDataAdjust_block(tvbuff_t *tvb, int offset,
- packet_info *pinfo, proto_tree *tree, proto_item *item, guint8 *drep, guint16 u16BodyLength)
+ packet_info *pinfo, proto_tree *tree, proto_item *item _U_, guint8 *drep, guint16 u16BodyLength)
{
tvbuff_t *tvb_new;