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-commands.c | 1 + 1 file changed, 1 insertion(+) (limited to 'cmd-list-commands.c') diff --git a/cmd-list-commands.c b/cmd-list-commands.c index 9b669b67..a5c98ea7 100644 --- a/cmd-list-commands.c +++ b/cmd-list-commands.c @@ -37,6 +37,7 @@ const struct cmd_entry cmd_list_commands_entry = { NULL }; +/* ARGSUSED */ int cmd_list_commands_exec(unused struct cmd *self, struct cmd_ctx *ctx) { -- cgit