From 4ca857e0e922d0afeb7896ff62e9f47c0c36c535 Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Thu, 26 Nov 2009 21:37:13 +0000 Subject: Remove a couple of unused arguments where possible, and add /* ARGSUSED */ to the rest to reduce lint output. --- status.c | 1 + 1 file changed, 1 insertion(+) (limited to 'status.c') diff --git a/status.c b/status.c index 4236d54b..3ab7a90e 100644 --- a/status.c +++ b/status.c @@ -688,6 +688,7 @@ status_message_clear(struct client *c) } /* Clear status line message after timer expires. */ +/* ARGSUSED */ void status_message_callback(unused int fd, unused short event, void *data) { -- cgit