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

@@ -79,7 +79,7 @@ fib_hash(struct fib *f, ip_addr *a)
}
static void
fib_dummy_init(struct fib_node *dummy)
fib_dummy_init(struct fib_node *dummy UNUSED)
{
}