aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-dlm3.c
diff options
context:
space:
mode:
authorAlexis La Goutte <alexis.lagoutte@gmail.com>2013-07-03 16:43:58 +0000
committerAlexis La Goutte <alexis.lagoutte@gmail.com>2013-07-03 16:43:58 +0000
commit890da55c94051f7fbac46e8851b0c9d071ca8fb3 (patch)
tree27930cf57dec1198389fce563c67c879c1de8d3b /epan/dissectors/packet-dlm3.c
parent327ca65ae20c7195af015e07340fb8c600f55a23 (diff)
Fix some Dead Store (Dead assignement/Dead increment) Warning found by Clang
svn path=/trunk/; revision=50354
Diffstat (limited to 'epan/dissectors/packet-dlm3.c')
-rw-r--r--epan/dissectors/packet-dlm3.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-dlm3.c b/epan/dissectors/packet-dlm3.c
index 3c58fef6d5..f76cf2816a 100644
--- a/epan/dissectors/packet-dlm3.c
+++ b/epan/dissectors/packet-dlm3.c
@@ -683,7 +683,7 @@ dissect_dlm3_rcom_config(tvbuff_t *tvb, proto_tree *tree,
hf_dlm3_rf_unused, tvb, offset, 8, ENC_LITTLE_ENDIAN);
- offset += 8;
+ /*offset += 8;*/
/* END */
}