aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/profinet/packet-pn-mrrt.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-mrrt.c
parent55d6e6ba0b70621ca153435aa93789cfe4277be0 (diff)
squelch some compiler warnings
svn path=/trunk/; revision=18560
Diffstat (limited to 'plugins/profinet/packet-pn-mrrt.c')
-rw-r--r--plugins/profinet/packet-pn-mrrt.c10
1 files changed, 2 insertions, 8 deletions
diff --git a/plugins/profinet/packet-pn-mrrt.c b/plugins/profinet/packet-pn-mrrt.c
index b72bda8eef..f46d4e50de 100644
--- a/plugins/profinet/packet-pn-mrrt.c
+++ b/plugins/profinet/packet-pn-mrrt.c
@@ -65,12 +65,6 @@ static const value_string pn_mrrt_block_type_vals[] = {
{ 0, NULL },
};
-static const value_string pn_mrrt_oui_vals[] = {
- { OUI_PROFINET, "PROFINET" },
-
- { 0, NULL }
-};
-
/* XXX - use include file instead for these helpers */
extern int dissect_pn_uint8(tvbuff_t *tvb, gint offset, packet_info *pinfo,
@@ -98,7 +92,7 @@ extern int dissect_pn_uuid(tvbuff_t *tvb, int offset, packet_info *pinfo _U_,
static int
dissect_PNMRRT_Common(tvbuff_t *tvb, int offset,
- packet_info *pinfo, proto_tree *tree, proto_item *item, guint8 length)
+ packet_info *pinfo, proto_tree *tree, proto_item *item, guint8 length _U_)
{
guint16 sequence_id;
e_uuid_t uuid;
@@ -121,7 +115,7 @@ dissect_PNMRRT_Common(tvbuff_t *tvb, int offset,
static int
dissect_PNMRRT_Test(tvbuff_t *tvb, int offset,
- packet_info *pinfo, proto_tree *tree, proto_item *item, guint8 length)
+ packet_info *pinfo, proto_tree *tree, proto_item *item, guint8 length _U_)
{
guint8 mac[6];