gsm a dtap: Fix Dead Store (Dead assignement/Dead increment) warning found by Clang

Change-Id: Ifbe59a51e5fa6158f9073402f1a1ab63df2dfa42
Reviewed-on: https://code.wireshark.org/review/5071
Reviewed-by: Anders Broman <a.broman58@gmail.com>
This commit is contained in:
Alexis La Goutte 2014-11-02 16:41:46 +01:00 committed by Anders Broman
parent 3f38631fd9
commit 232879a151
1 changed files with 1 additions and 1 deletions

View File

@ -2167,7 +2167,7 @@ de_bcd_num(tvbuff_t *tvb, proto_tree *tree, packet_info *pinfo, guint32 offset,
&Dgt_mbcd);
digit_str = tvb_bcd_dig_to_wmem_packet_str(tvb, curr_offset, num_string_len, NULL, FALSE);
item = proto_tree_add_string(tree, header_field, tvb, curr_offset, num_string_len, digit_str);
proto_tree_add_string(tree, header_field, tvb, curr_offset, num_string_len, digit_str);
item = proto_tree_add_string_format(tree, header_field,
tvb, curr_offset, num_string_len,
a_bigbuf,