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. --- cmd-list-clients.c | 1 + 1 file changed, 1 insertion(+) (limited to 'cmd-list-clients.c') diff --git a/cmd-list-clients.c b/cmd-list-clients.c index 4b7bc7b7..9c941b45 100644 --- a/cmd-list-clients.c +++ b/cmd-list-clients.c @@ -40,6 +40,7 @@ const struct cmd_entry cmd_list_clients_entry = { NULL }; +/* ARGSUSED */ int cmd_list_clients_exec(unused struct cmd *self, struct cmd_ctx *ctx) { -- cgit v1.2.3