]> git.puffer.fish Git - matthieu/frr.git/commit
tests/isisd: fix warnings
authorF. Aragon <paco@voltanet.io>
Tue, 24 Jul 2018 16:21:57 +0000 (18:21 +0200)
committerF. Aragon <paco@voltanet.io>
Tue, 24 Jul 2018 16:26:26 +0000 (18:26 +0200)
commita2ddc2a67be94ad38d763cdd573d466c8e78780b
tree0c823a05f01bbed274b4853d49256293a8e062de
parent79d702c130856b32509394d712cfdb7acb27ee5c
tests/isisd: fix warnings

Commit ae9c9aba changed isis_vertex_id_init() and isis_find_vertex()
parameters, so compiler reported warnings in the test (the actual data
passing through is the same because of the union used in the latest changes).
This commit fixes the warnings in the test.

Signed-off-by: F. Aragon <paco@voltanet.io>
tests/isisd/test_isis_vertex_queue.c