summaryrefslogtreecommitdiff
path: root/epan
diff options
context:
space:
mode:
authorAlexis La Goutte <alexis.lagoutte@gmail.com>2011-04-21 16:01:26 +0000
committerAlexis La Goutte <alexis.lagoutte@gmail.com>2011-04-21 16:01:26 +0000
commit7f47f89b1e35f9d3481e6781e050fbb964a002fc (patch)
tree02df5e4c17c6027129b0b86839b686e4c3386111 /epan
parent83aea790d41b17febd47dff00140ce9c467149ae (diff)
downloadwireshark-7f47f89b1e35f9d3481e6781e050fbb964a002fc.tar.gz
Fix Dead Store (Dead assignement/Dead increment) Warning found by Clang
svn path=/trunk/; revision=36773
Diffstat (limited to 'epan')
-rw-r--r--epan/dissectors/packet-mtp3.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/epan/dissectors/packet-mtp3.c b/epan/dissectors/packet-mtp3.c
index 1e04e9937c..80dbc34cbe 100644
--- a/epan/dissectors/packet-mtp3.c
+++ b/epan/dissectors/packet-mtp3.c
@@ -601,7 +601,6 @@ dissect_mtp3_routing_label(tvbuff_t *tvb, packet_info *pinfo, proto_tree *mtp3_t
break;
default:
- opc = 0; /* just to avoid a compiler warning */
DISSECTOR_ASSERT_NOT_REACHED();
}