Squelch unused parameter warnings.

Change-Id: I3bf3c0500bf27e6f1a3c1df57f3141ea34692304
Reviewed-on: https://code.wireshark.org/review/3683
Reviewed-by: Guy Harris <guy@alum.mit.edu>
This commit is contained in:
Guy Harris 2014-08-17 20:58:52 -07:00
parent 67682557e6
commit e926023a9c
1 changed files with 2 additions and 2 deletions

View File

@ -522,8 +522,8 @@ dissect_hello_ip_authentication_clv(tvbuff_t *tvb, packet_info* pinfo _U_,
* Name: dissect_hello_trill_neighbor_clv
*/
static void
dissect_hello_trill_neighbor_clv(tvbuff_t *tvb, packet_info* pinfo,
proto_tree *tree, int offset, int id_length _U_, int length) {
dissect_hello_trill_neighbor_clv(tvbuff_t *tvb _U_, packet_info* pinfo _U_,
proto_tree *tree _U_, int offset _U_, int id_length _U_, int length _U_) {
/* TODO Implement dissector according to RFC7176 section 2.5 */