]> git.puffer.fish Git - mirror/frr.git/commit
tests: Prevent weird type promotion objection in bgp tests
authorDonald Sharp <sharpd@cumulusnetworks.com>
Fri, 13 Jul 2018 11:26:32 +0000 (07:26 -0400)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Wed, 25 Jul 2018 18:50:29 +0000 (14:50 -0400)
commit9fc8a332b10b7ef14ffbadb167dcffdafcc8174f
treeb67f62bb370190ea92a8708ab38e492f42c69f19
parente3c5f7b6890a5c78f1ab3355e2215583d965658c
tests: Prevent weird type promotion objection in bgp tests

The va_start function cannot take a object that can be type promoted
Looks like a new warning coming in from a new compiler.

Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
tests/bgpd/test_bgp_table.c