aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-zbee-zcl.c
diff options
context:
space:
mode:
authorAlexis La Goutte <alexis.lagoutte@gmail.com>2011-12-17 10:05:47 +0000
committerAlexis La Goutte <alexis.lagoutte@gmail.com>2011-12-17 10:05:47 +0000
commit656679b5f6fdcdd624f5ce3a7d6a6405283b75ef (patch)
tree8954ea11c76cae73e1a0be4e4e2b12005325ea3d /epan/dissectors/packet-zbee-zcl.c
parent99f11112f9e986c7e14a0622741b8836a046b239 (diff)
Fix some Dead Store (Dead assignement/Dead increment) Warning found by Clang
svn path=/trunk/; revision=40234
Diffstat (limited to 'epan/dissectors/packet-zbee-zcl.c')
-rw-r--r--epan/dissectors/packet-zbee-zcl.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/epan/dissectors/packet-zbee-zcl.c b/epan/dissectors/packet-zbee-zcl.c
index e710428503..da9e78a248 100644
--- a/epan/dissectors/packet-zbee-zcl.c
+++ b/epan/dissectors/packet-zbee-zcl.c
@@ -1380,9 +1380,6 @@ static void dissect_zcl_attr_data(tvbuff_t *tvb, proto_tree *tree, guint *offset
gdouble attr_double;
nstime_t attr_time;
- attr_uint = 0;
- attr_int = 0;
-
/* Dissect attribute data type and data */
switch ( data_type ) {
case ZBEE_ZCL_NO_DATA: