mirror of
https://gitlab.nic.cz/labs/bird.git
synced 2024-12-22 09:41:54 +00:00
Used parameter can be marked as unused. :-) Thanx MJ.
This commit is contained in:
parent
e02652a7d2
commit
b7e9c74cba
@ -618,11 +618,7 @@ krt_prune(struct krt_proto *p)
|
|||||||
}
|
}
|
||||||
|
|
||||||
void
|
void
|
||||||
krt_got_route_async(struct krt_proto *p, rte *e, int new
|
krt_got_route_async(struct krt_proto *p, rte *e, int new UNUSED)
|
||||||
#ifndef KRT_ALLOW_LEARN
|
|
||||||
UNUSED
|
|
||||||
#endif
|
|
||||||
)
|
|
||||||
{
|
{
|
||||||
net *net = e->net;
|
net *net = e->net;
|
||||||
int src = e->u.krt.src;
|
int src = e->u.krt.src;
|
||||||
|
Loading…
Reference in New Issue
Block a user