Fix some Dead Store (Dead assignement/Dead increment) Warning found by Clang

svn path=/trunk/; revision=51659
This commit is contained in:
Alexis La Goutte 2013-09-02 23:11:41 +00:00
parent a635df5ca0
commit f015ca3180
1 changed files with 1 additions and 1 deletions

View File

@ -8141,7 +8141,7 @@ dissect_japan_chg_inf_type_crt(tvbuff_t *parameter_tvb, proto_tree *parameter_tr
if(len>11){
/* Spare charge rate (SCR) (Octets J,K,L) IA5 coded in three octets */
proto_tree_add_item(parameter_tree, hf_japan_isup_scr, parameter_tvb, offset, 3, ENC_NA|ENC_ASCII);
offset+=3;
/*offset+=3;*/
}
}
}