ENRP: fix 'flags_tree' was marked unused but was used [-Werror,-Wused-but-marked-unused]

Change-Id: I28020e50212f32703b8c0126a5e880769f950cea
Reviewed-on: https://code.wireshark.org/review/15082
Reviewed-by: Anders Broman <a.broman58@gmail.com>
This commit is contained in:
Alexis La Goutte 2016-04-19 12:14:33 +02:00 committed by Anders Broman
parent 643235d181
commit 42ff679167
1 changed files with 1 additions and 1 deletions

View File

@ -829,7 +829,7 @@ static const true_false_string tos_bit_value = {
};
static void
dissect_enrp_handle_update_message(tvbuff_t *message_tvb, proto_tree *message_tree, proto_tree *flags_tree _U_)
dissect_enrp_handle_update_message(tvbuff_t *message_tvb, proto_tree *message_tree, proto_tree *flags_tree)
{
tvbuff_t *parameters_tvb;