aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ua3g.c
diff options
context:
space:
mode:
authorAlexis La Goutte <alexis.lagoutte@gmail.com>2013-09-02 23:14:57 +0000
committerAlexis La Goutte <alexis.lagoutte@gmail.com>2013-09-02 23:14:57 +0000
commit1a4e261ce279e25fc3953c85a7fd43f5ff9f8fed (patch)
treee0a562b84206d4afc5c5a6d63f0d148f614e0637 /epan/dissectors/packet-ua3g.c
parentb59244dd27553a63c8a9e865dd6a1be2284a6049 (diff)
Fix some Dead Store (Dead assignement/Dead increment) Warning found by Clang
svn path=/trunk/; revision=51677
Diffstat (limited to 'epan/dissectors/packet-ua3g.c')
-rw-r--r--epan/dissectors/packet-ua3g.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/epan/dissectors/packet-ua3g.c b/epan/dissectors/packet-ua3g.c
index 720ec030da..d000d1a0d4 100644
--- a/epan/dissectors/packet-ua3g.c
+++ b/epan/dissectors/packet-ua3g.c
@@ -1067,8 +1067,8 @@ decode_ip_device_routing(proto_tree *tree, tvbuff_t *tvb, packet_info *pinfo,
break;
}
- offset += parameter_length;
- length -= parameter_length;
+ /*offset += parameter_length;
+ length -= parameter_length;*/
}
}
break;