]> git.ipfire.org Git - thirdparty/bird.git/commit
Build: switch on -Wextra, get rid of most of the warnings
authorJan Moskyto Matejka <mq@ucw.cz>
Fri, 14 Oct 2016 13:37:04 +0000 (15:37 +0200)
committerOndrej Zajicek (work) <santiago@crfreenet.org>
Tue, 1 Nov 2016 13:52:54 +0000 (14:52 +0100)
commit3e236955c9369475872b9b86a58502fa777b50b9
treed43b519c2289a353e56c32b42c402f9fa12d0e13
parent17fe57d8dcc89aea520788914b252cf49cf060ff
Build: switch on -Wextra, get rid of most of the warnings

There are several unresolved -Wmissing-field-initializers on older
versions of GCC than 5.1, all of them false positive.
50 files changed:
client/birdcl.c
client/util.c
conf/Makefile
conf/conf.c
configure.in
filter/filter.c
lib/birdlib.h
lib/hash.h
lib/socket.h
nest/a-path.c
nest/bfd.h
nest/iface.c
nest/locks.c
nest/route.h
nest/rt-attr.c
nest/rt-table.c
proto/babel/babel.c
proto/babel/babel.h
proto/babel/packets.c
proto/bfd/bfd.c
proto/bfd/packets.c
proto/bgp/attrs.c
proto/bgp/bgp.c
proto/bgp/bgp.h
proto/bgp/packets.c
proto/ospf/dbdes.c
proto/ospf/hello.c
proto/ospf/lsalib.c
proto/ospf/lsalib.h
proto/ospf/lsupd.c
proto/ospf/neighbor.c
proto/ospf/ospf.h
proto/ospf/packet.c
proto/ospf/rt.c
proto/ospf/topology.c
proto/radv/packets.c
proto/radv/radv.c
proto/radv/radv.h
proto/rip/packets.c
proto/rip/rip.c
proto/static/static.c
sysdep/bsd/krt-sock.c
sysdep/bsd/krt-sys.h
sysdep/bsd/sysio.h
sysdep/linux/krt-sys.h
sysdep/linux/netlink.c
sysdep/unix/io.c
sysdep/unix/krt.c
sysdep/unix/main.c
sysdep/unix/unix.h