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

svn path=/trunk/; revision=47859
This commit is contained in:
Alexis La Goutte 2013-02-24 19:13:18 +00:00
parent 3972e6ba82
commit 88c86c1f81
1 changed files with 1 additions and 1 deletions

View File

@ -1553,7 +1553,7 @@ add_24R(proto_tree *tree, tvbuff_t *tvb, ucp_tap_rec_t *tap_rec)
offset++;
} else {
--offset;
intval = UcpHandleInt(hf_ucp_parm_NMESS);
UcpHandleInt(hf_ucp_parm_NMESS);
}
}
tap_rec->result = 0;