diff options
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; |