summaryrefslogtreecommitdiff
path: root/plugins/profinet/packet-pn-ptcp.c
diff options
context:
space:
mode:
authorUlf Lamping <ulf.lamping@web.de>2006-06-23 18:03:40 +0000
committerUlf Lamping <ulf.lamping@web.de>2006-06-23 18:03:40 +0000
commit1896e7021d445d7be7f5e6ebd957728daec38518 (patch)
treea8171960dcf4eaaaafbdc7407a7ee79360fec8a6 /plugins/profinet/packet-pn-ptcp.c
parent55d6e6ba0b70621ca153435aa93789cfe4277be0 (diff)
downloadwireshark-1896e7021d445d7be7f5e6ebd957728daec38518.tar.gz
squelch some compiler warnings
svn path=/trunk/; revision=18560
Diffstat (limited to 'plugins/profinet/packet-pn-ptcp.c')
-rw-r--r--plugins/profinet/packet-pn-ptcp.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/plugins/profinet/packet-pn-ptcp.c b/plugins/profinet/packet-pn-ptcp.c
index 588d604de3..f9ad16a1f4 100644
--- a/plugins/profinet/packet-pn-ptcp.c
+++ b/plugins/profinet/packet-pn-ptcp.c
@@ -274,7 +274,7 @@ dissect_pn_uuid(tvbuff_t *tvb, int offset, packet_info *pinfo _U_,
static int
dissect_PNPTCP_TLVHeader(tvbuff_t *tvb, int offset,
- packet_info *pinfo, proto_tree *tree, proto_item *item, guint16 *type, guint16 *length)
+ packet_info *pinfo, proto_tree *tree, proto_item *item _U_, guint16 *type, guint16 *length)
{
guint16 tl_type;
guint16 tl_length;
@@ -467,7 +467,7 @@ dissect_PNPTCP_DelayParameter(tvbuff_t *tvb, int offset,
static int
dissect_PNPTCP_Option_PROFINET(tvbuff_t *tvb, int offset,
- packet_info *pinfo, proto_tree *tree, proto_item *item, guint16 length)
+ packet_info *pinfo, proto_tree *tree, proto_item *item _U_, guint16 length)
{
guint8 subType;
guint8 padding8;
@@ -547,7 +547,7 @@ dissect_PNPTCP_Option(tvbuff_t *tvb, int offset,
static int
dissect_PNPTCP_block(tvbuff_t *tvb, int offset,
- packet_info *pinfo, proto_tree *tree, proto_item *item, gboolean *end)
+ packet_info *pinfo, proto_tree *tree, proto_item *item _U_, gboolean *end)
{
guint16 type;
guint16 length;