aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/file-mp4.c
diff options
context:
space:
mode:
authorAlexis La Goutte <alexis.lagoutte@gmail.com>2014-08-07 14:39:28 +0200
committerEvan Huus <eapache@gmail.com>2014-08-25 14:43:15 +0000
commitf1dd9bc62ac984dedb6a7e7953b9f870ef961e18 (patch)
treed7380422dfba65aca8f333be82571cbb622937b6 /epan/dissectors/file-mp4.c
parent3eb37627c1b53152615f57f03deac32e3b52b43e (diff)
Fix Dead Store (Dead assignement/Dead increment) warning found by Clang
Change-Id: I19df790d18e71d45df28dc6e8731cd2e1acb098b Reviewed-on: https://code.wireshark.org/review/3826 Reviewed-by: Evan Huus <eapache@gmail.com>
Diffstat (limited to 'epan/dissectors/file-mp4.c')
-rw-r--r--epan/dissectors/file-mp4.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/file-mp4.c b/epan/dissectors/file-mp4.c
index 911b94f00c..c3e31c7518 100644
--- a/epan/dissectors/file-mp4.c
+++ b/epan/dissectors/file-mp4.c
@@ -374,7 +374,7 @@ dissect_mp4_url_body(tvbuff_t *tvb, gint offset, gint len,
flags = tvb_get_ntoh24(tvb, offset);
proto_tree_add_item(tree, hf_mp4_full_box_flags,
tvb, offset, 3, ENC_BIG_ENDIAN);
- offset += 3;
+ /*offset += 3;*/
if (flags&ENTRY_FLAG_MOVIE) {
proto_tree_add_text(tree, tvb, 0, 0,