diff options
author | Martin Mares <mj@ucw.cz> | 2004-06-05 09:10:56 +0000 |
---|---|---|
committer | Martin Mares <mj@ucw.cz> | 2004-06-05 09:10:56 +0000 |
commit | 7c103b1ee17a274fa062fcf4b14234b48db8123a (patch) | |
tree | 4a8f02cf3f5496f6c8df684553246fa4df390592 /nest/proto.c | |
parent | e98bc2ea9b957287e78bc51e3293fc48a49c26b2 (diff) |
Marked unused parameters in core code as such.
Diffstat (limited to 'nest/proto.c')
-rw-r--r-- | nest/proto.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nest/proto.c b/nest/proto.c index 54fb3bf8..fb24e573 100644 --- a/nest/proto.c +++ b/nest/proto.c @@ -619,7 +619,7 @@ proto_notify_state(struct proto *p, unsigned ps) } static void -proto_flush_all(void *unused) +proto_flush_all(void *unused UNUSED) { struct proto *p; |