aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-cipmotion.c
diff options
context:
space:
mode:
authorBill Meier <wmeier@newsguy.com>2011-10-13 01:17:51 +0000
committerBill Meier <wmeier@newsguy.com>2011-10-13 01:17:51 +0000
commitde7561dc5373ab4f93f188d2e96a885c84590274 (patch)
tree6c2faad8411975ad138dc6c76cbcd46c87ce28e6 /epan/dissectors/packet-cipmotion.c
parenteadae8da5f19c7356e8bada9be22d2e3b84b3f07 (diff)
Fix a "set but not used" compiler warning.
svn path=/trunk/; revision=39399
Diffstat (limited to 'epan/dissectors/packet-cipmotion.c')
-rw-r--r--epan/dissectors/packet-cipmotion.c4
1 files changed, 2 insertions, 2 deletions
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