Skip to content

Commit

Permalink
tests: Fix warning in compile
Browse files Browse the repository at this point in the history
Fix bgp_mp_attr_test.c warning in compile
on fedora 25 and clang.

Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
  • Loading branch information
donaldsharp committed Feb 7, 2017
1 parent fa6d4ef commit 03bf19b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/bgp_mp_attr_test.c
Original file line number Diff line number Diff line change
Expand Up @@ -709,7 +709,7 @@ parse_test (struct peer *peer, struct test_segment *t, int type)
parse_ret = bgp_mp_unreach_parse (&attr_args, &nlri);
if (!parse_ret)
{
afi_t pkt_afi;
iana_afi_t pkt_afi;
safi_t pkt_safi;

/* Convert AFI, SAFI to internal values, check. */
Expand Down

0 comments on commit 03bf19b

Please sign in to comment.