mirror of
https://gitlab.labs.nic.cz/labs/bird.git
synced 2024-05-11 16:54:54 +00:00
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.
This commit is contained in:
committed by
Ondrej Zajicek (work)
parent
17fe57d8dc
commit
3e236955c9
@@ -584,7 +584,7 @@ ifa_delete(struct ifa *a)
|
||||
}
|
||||
|
||||
u32
|
||||
if_choose_router_id(struct iface_patt *mask, u32 old_id)
|
||||
if_choose_router_id(struct iface_patt *mask UNUSED6, u32 old_id UNUSED6)
|
||||
{
|
||||
#ifndef IPV6
|
||||
struct iface *i;
|
||||
|
||||
Reference in New Issue
Block a user