summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis La Goutte <alexis.lagoutte@gmail.com>2013-03-23 13:09:27 +0000
committerAlexis La Goutte <alexis.lagoutte@gmail.com>2013-03-23 13:09:27 +0000
commitb96aaabca41735d5071066dcb9cae03a84a2bab3 (patch)
treecf3ef37924e278b145192745cbf1484c03fb1ad2
parent4f179e4bb274a33b6a12b22c27d8dce34b865afa (diff)
downloadwireshark-b96aaabca41735d5071066dcb9cae03a84a2bab3.tar.gz
Fix some Dead Store (Dead assignement/Dead increment) Warning found by Clang
svn path=/trunk/; revision=48510
-rw-r--r--epan/dissectors/packet-sccpmg.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/epan/dissectors/packet-sccpmg.c b/epan/dissectors/packet-sccpmg.c
index 4bc26e965f..26b2092709 100644
--- a/epan/dissectors/packet-sccpmg.c
+++ b/epan/dissectors/packet-sccpmg.c
@@ -1,4 +1,4 @@
-/* packet-sccp.c
+/* packet-sccpmg.c
* Routines for Signalling Connection Control Part (SCCP) Management dissection
*
* It is hopefully compliant to:
@@ -169,7 +169,6 @@ dissect_sccpmg_affected_pc(tvbuff_t *tvb, proto_tree *sccpmg_tree)
hf_sccpmg_affected_pc_cluster,
hf_sccpmg_affected_pc_member, 0, 0);
- offset += ANSI_PC_LENGTH;
}
}