On Sun, Dec 24, 2017 at 7:08 AM, Richard Sharpe <[email protected]> wrote: > On Sun, Dec 24, 2017 at 1:16 AM, Martin Mathieson via Wireshark-dev > <[email protected]> wrote: >> Hi Richard, >> >> Please see https://code.wireshark.org/review/#/c/24977/ (merged), the error >> I saw was: >> >> packet-ieee80211.c:2326:27: error: ‘vht_max_mpdu_in_amsdu’ defined but not >> used [-Werror=unused-const-variable=] static const value_string >> vht_max_mpdu_in_amsdu[] = { > > Hmmmm, that should not have happened.
OK, found it and I have submitted another fix. I eliminated some code that used that variable in favor of a bitmask and array of hf variables and forgot to add back that variable in the HF definition where it should have gone. -- Regards, Richard Sharpe (何以解憂?唯有杜康。--曹操) ___________________________________________________________________________ Sent via: Wireshark-dev mailing list <[email protected]> Archives: https://www.wireshark.org/lists/wireshark-dev Unsubscribe: https://www.wireshark.org/mailman/options/wireshark-dev mailto:[email protected]?subject=unsubscribe
