mirror of
https://gitlab.labs.nic.cz/labs/bird.git
synced 2024-05-11 16:54:54 +00:00
Marked unused parameters in core code as such.
This commit is contained in:
@@ -153,7 +153,7 @@ olock_acquire(struct object_lock *l)
|
||||
}
|
||||
|
||||
static void
|
||||
olock_run_event(void *unused)
|
||||
olock_run_event(void *unused UNUSED)
|
||||
{
|
||||
node *n;
|
||||
struct object_lock *q;
|
||||
|
Reference in New Issue
Block a user