summaryrefslogtreecommitdiffstats
path: root/nest/locks.c
diff options
context:
space:
mode:
authorMartin Mares <mj@ucw.cz>2004-06-05 11:10:56 +0200
committerMartin Mares <mj@ucw.cz>2004-06-05 11:10:56 +0200
commit7c103b1ee17a274fa062fcf4b14234b48db8123a (patch)
tree4a8f02cf3f5496f6c8df684553246fa4df390592 /nest/locks.c
parente98bc2ea9b957287e78bc51e3293fc48a49c26b2 (diff)
downloadbird-7c103b1ee17a274fa062fcf4b14234b48db8123a.tar
bird-7c103b1ee17a274fa062fcf4b14234b48db8123a.zip
Marked unused parameters in core code as such.
Diffstat (limited to 'nest/locks.c')
-rw-r--r--nest/locks.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nest/locks.c b/nest/locks.c
index 11489b7..1cdbbc9 100644
--- a/nest/locks.c
+++ b/nest/locks.c
@@ -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;