]> git.proxmox.com Git - mirror_frr.git/commit
*: fix GCC 7 warnings/issues
authorDavid Lamparter <equinox@opensourcerouting.org>
Fri, 14 Jul 2017 14:48:41 +0000 (16:48 +0200)
committerDavid Lamparter <equinox@opensourcerouting.org>
Fri, 14 Jul 2017 14:59:44 +0000 (16:59 +0200)
commit20a6c6f31fac606910a8794b35783ae9ccd2230b
tree53e7dcdeae91f932a146ff932c387ca7873e7322
parentacd738fc7f5a8ca637e691e45346d74a149b75c9
*: fix GCC 7 warnings/issues

The label initializer & nhrpd variable are just to shut up GCC 7,
the other two are actual bugs.

Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
bgpd/bgp_route.c
lib/command_graph.c
nhrpd/nhrp_vty.c
ospf6d/ospf6_route.c