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

Change-Id: Ia961ab458cf5a027bc5afb918b4af5b670b4bd88
Reviewed-on: https://code.wireshark.org/review/32988
Petri-Dish: Alexis La Goutte <alexis.lagoutte@gmail.com>
Reviewed-by: krunal soni <krunaldsoni@gmail.com>
Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
This commit is contained in:
Alexis La Goutte 2019-04-25 19:00:36 +00:00
parent d8d1d6409e
commit aa20023d6f
1 changed files with 1 additions and 1 deletions

View File

@ -9055,7 +9055,7 @@ dissect_ftm_params(tvbuff_t *tvb, packet_info *pinfo _U_, proto_tree *tree, void
ENC_LITTLE_ENDIAN, BMT_NO_APPEND);
offset += 3;
return 9;
return offset;
}
static guint