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

svn path=/trunk/; revision=48499
This commit is contained in:
Alexis La Goutte 2013-03-23 13:07:45 +00:00
parent 6d5591f9f4
commit b9b8a72200
1 changed files with 1 additions and 1 deletions

View File

@ -167,7 +167,7 @@ dissect_rsp(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree, void *data _U_)
proto_tree_add_item(rsp_tree, hf_rsp_session_id, tvb, offset, 4, ENC_BIG_ENDIAN);
offset += 4;
proto_tree_add_item(rsp_tree, hf_rsp_sequence, tvb, offset, 4, ENC_BIG_ENDIAN);
offset += 4;
/*offset += 4;*/
}
/* XXX determination of RCMP message length needs to