]> git.proxmox.com Git - mirror_frr.git/commit - lib/if.c
*: fix northbound initializer warning on OpenBSD
authorDavid Lamparter <equinox@diac24.net>
Wed, 12 Jun 2019 17:13:30 +0000 (19:13 +0200)
committerDavid Lamparter <equinox@diac24.net>
Wed, 12 Jun 2019 22:05:03 +0000 (00:05 +0200)
commit53280f9327fafdc255e819f1c7887748147895e3
tree9d69292f7300c6da39d6e13704a32327c732e426
parent8fd142d931c641aed9d129913b061207aaebad47
*: fix northbound initializer warning on OpenBSD

For some reason, the compiler on OpenBSD on our CI boxes doesn't like
struct initializers with ".a.b = x, .a.c = y", generating a warning
about overwritten initializers...

Signed-off-by: David Lamparter <equinox@diac24.net>
isisd/isis_northbound.c
lib/if.c
ripd/rip_northbound.c
ripngd/ripng_northbound.c