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

Change-Id: I89a69c33486bf4b660118a816abcd2aa855e08d8
Reviewed-on: https://code.wireshark.org/review/15534
Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
Petri-Dish: Alexis La Goutte <alexis.lagoutte@gmail.com>
Reviewed-by: Martin Kaiser <wireshark@kaiser.cx>
This commit is contained in:
Alexis La Goutte 2016-05-22 18:52:45 +02:00 committed by Martin Kaiser
parent 48b9f47621
commit 032be8f790
1 changed files with 1 additions and 1 deletions

View File

@ -199,7 +199,7 @@ dissect_manolito(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree, void* diss
}
if (len_ok) {
ti = proto_tree_add_uint64_format(manolito_tree, hf_manolito_integer, tvb, start,
proto_tree_add_uint64_format(manolito_tree, hf_manolito_integer, tvb, start,
4+length, n, "%s (%s): %" G_GINT64_MODIFIER "u",
field_name_str,
val_to_str_ext(field_name, &field_longname_ext, "unknown"),