summaryrefslogtreecommitdiff
path: root/epan/dissectors/packet-dect.c
diff options
context:
space:
mode:
authorAlexis La Goutte <alexis.lagoutte@gmail.com>2013-07-03 16:43:49 +0000
committerAlexis La Goutte <alexis.lagoutte@gmail.com>2013-07-03 16:43:49 +0000
commit327ca65ae20c7195af015e07340fb8c600f55a23 (patch)
tree2ec80dd796bb2f51a8daa22bac7abfc1ab54ed30 /epan/dissectors/packet-dect.c
parenta06cccbe25464649ee681bf7725ac841cedb122c (diff)
downloadwireshark-327ca65ae20c7195af015e07340fb8c600f55a23.tar.gz
Fix some Dead Store (Dead assignement/Dead increment) Warning found by Clang
svn path=/trunk/; revision=50353
Diffstat (limited to 'epan/dissectors/packet-dect.c')
-rw-r--r--epan/dissectors/packet-dect.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-dect.c b/epan/dissectors/packet-dect.c
index 33902b4159..6aff5fcae7 100644
--- a/epan/dissectors/packet-dect.c
+++ b/epan/dissectors/packet-dect.c
@@ -1928,7 +1928,7 @@ dissect_afield(gboolean dect_packet_type, guint8 *ba,
else
proto_tree_add_uint_format(afieldti, hf_dect_A_RCRC, tvb, offset, 2, 1, "R-CRC Match (Calc:%.4x, Recv:%.4x)", computed_rcrc, rcrc);
- offset+=2;
+ /*offset+=2;*/
}
static void