extreme: fix 'length' was marked unused but was used [-Werror,-Wused-but-marked-unused]

Change-Id: Ibcf68c1172cc8080ec59da51b2c6765a6efcd4fa
Reviewed-on: https://code.wireshark.org/review/15085
Reviewed-by: Anders Broman <a.broman58@gmail.com>
This commit is contained in:
Alexis La Goutte 2016-04-19 12:17:16 +02:00 committed by Anders Broman
parent 3304e78511
commit 2b723d3fa5
1 changed files with 2 additions and 2 deletions

View File

@ -436,7 +436,7 @@ dissect_display_tlv(tvbuff_t *tvb, packet_info *pinfo, int offset, int length, p
}
static int
dissect_null_tlv(tvbuff_t *tvb, packet_info *pinfo, int offset, int length _U_, proto_tree *tree)
dissect_null_tlv(tvbuff_t *tvb, packet_info *pinfo, int offset, int length, proto_tree *tree)
{
proto_item *null_item;
proto_tree *null_tree;
@ -677,7 +677,7 @@ dissect_esrp_tlv(tvbuff_t *tvb, packet_info *pinfo, int offset, int length, prot
}
static int
dissect_eaps_tlv(tvbuff_t *tvb, packet_info *pinfo, int offset, int length _U_, proto_tree *tree)
dissect_eaps_tlv(tvbuff_t *tvb, packet_info *pinfo, int offset, int length, proto_tree *tree)
{
proto_item *eaps_item;
proto_tree *eaps_tree;