aboutsummaryrefslogtreecommitdiffstats
path: root/epan
diff options
context:
space:
mode:
authorAlexis La Goutte <alexis.lagoutte@gmail.com>2013-04-22 21:25:39 +0000
committerAlexis La Goutte <alexis.lagoutte@gmail.com>2013-04-22 21:25:39 +0000
commit9d6a6d7bbd7987ca79396ffaf3d8dda3ec47f8b4 (patch)
tree2bd83e4c0eefcc7b495f0c5dd54013fa9fe5dbb0 /epan
parent9b4a914c8fec167e6ca1f453eaef4f799fed3da1 (diff)
Fix some Dead Store (Dead assignement/Dead increment) Warning found by Clang
svn path=/trunk/; revision=48985
Diffstat (limited to 'epan')
-rw-r--r--epan/dissectors/packet-fc.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/epan/dissectors/packet-fc.c b/epan/dissectors/packet-fc.c
index e5482bb3d7..72d55b34c3 100644
--- a/epan/dissectors/packet-fc.c
+++ b/epan/dissectors/packet-fc.c
@@ -654,7 +654,6 @@ dissect_fc_fctl(packet_info *pinfo _U_, proto_tree *parent_tree, tvbuff_t *tvb,
if (flags & (~( FC_FCTL_REL_OFFSET )))
proto_item_append_text(item, ",");
}
- flags&=(~( FC_FCTL_REL_OFFSET ));
}