mirror of
https://gitlab.nic.cz/labs/bird.git
synced 2024-12-22 01:31:55 +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
|
||||
krt_got_route_async(struct krt_proto *p, rte *e, int new
|
||||
#ifndef KRT_ALLOW_LEARN
|
||||
UNUSED
|
||||
#endif
|
||||
)
|
||||
krt_got_route_async(struct krt_proto *p, rte *e, int new UNUSED)
|
||||
{
|
||||
net *net = e->net;
|
||||
int src = e->u.krt.src;
|
||||
|
Loading…
Reference in New Issue
Block a user