]> git.puffer.fish Git - matthieu/frr.git/commit
*: silence '-Wmaybe-uninitialized' warnings on NetBSD
authorRenato Westphal <renato@opensourcerouting.org>
Fri, 2 Feb 2018 17:10:09 +0000 (15:10 -0200)
committerRenato Westphal <renato@opensourcerouting.org>
Fri, 2 Feb 2018 18:31:20 +0000 (16:31 -0200)
commitb599ec55f4b34607c529074d167284c6c06d246a
tree5238a3b9b73133d7b8db95b96c62d7a9cdb4a145
parent6bba65f29f4d8801930a6a0b87bd7a2906617622
*: silence '-Wmaybe-uninitialized' warnings on NetBSD

None of these variables can actually be used before being initialized,
but unfortunately some old compilers are not smart enough to detect that.

Signed-off-by: Renato Westphal <renato@opensourcerouting.org>
bgpd/bgp_zebra.c
bgpd/rfapi/rfapi_vty.c
isisd/isis_lsp.c
lib/ptm_lib.c