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
|
||||
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 a new issue