1
0
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:
Martin Mares
2004-06-05 09:10:56 +00:00
parent e98bc2ea9b
commit 7c103b1ee1
5 changed files with 5 additions and 5 deletions

View File

@@ -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;