Used parameter can be marked as unused. :-) Thanx MJ.
This commit is contained in:
parent
e02652a7d2
commit
b7e9c74cba
1 changed files with 1 additions and 5 deletions
|
@ -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 a new issue