Fix Dead Store (Dead assignement/Dead increment) warning found by Clang

svn path=/trunk/; revision=53266
This commit is contained in:
Alexis La Goutte 2013-11-12 09:22:28 +00:00
parent e706af25ca
commit ca63f71d93
1 changed files with 1 additions and 1 deletions

View File

@ -698,7 +698,7 @@ dissect_openflow_flow_mod(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree, i
/* uint16_t flags; One of OFPFF_*. */
proto_tree_add_item(tree, hf_openflow_flags, tvb, offset, 2, ENC_BIG_ENDIAN);
offset+=2;
/*offset+=2;*/
}
static int