From de7561dc5373ab4f93f188d2e96a885c84590274 Mon Sep 17 00:00:00 2001 From: Bill Meier Date: Thu, 13 Oct 2011 01:17:51 +0000 Subject: Fix a "set but not used" compiler warning. svn path=/trunk/; revision=39399 --- epan/dissectors/packet-cipmotion.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'epan/dissectors/packet-cipmotion.c') diff --git a/epan/dissectors/packet-cipmotion.c b/epan/dissectors/packet-cipmotion.c index 0c2255fc86..846043f743 100644 --- a/epan/dissectors/packet-cipmotion.c +++ b/epan/dissectors/packet-cipmotion.c @@ -1791,14 +1791,14 @@ static void dissect_cipmotion(tvbuff_t* tvb, packet_info* pinfo, proto_tree* tree) { guint32 con_format; - guint32 seq_number; +/* guint32 seq_number; */ guint32 update_id; proto_item *proto_item_top; proto_tree *proto_tree_top; guint32 offset = 0; /* Pull the CIP class 1 sequence number from the incoming message */ - seq_number = tvb_get_letohs(tvb, offset); +/* seq_number = tvb_get_letohs(tvb, offset); */ offset = (offset + 2); /* Pull the actual values for the connection format and update id from the -- cgit v1.2.3