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-copy-buffer.c | 1 + 1 file changed, 1 insertion(+) (limited to 'cmd-copy-buffer.c') diff --git a/cmd-copy-buffer.c b/cmd-copy-buffer.c index 3a6a441e..5f407e0c 100644 --- a/cmd-copy-buffer.c +++ b/cmd-copy-buffer.c @@ -51,6 +51,7 @@ const struct cmd_entry cmd_copy_buffer_entry = { cmd_copy_buffer_print }; +/* ARGSUSED */ void cmd_copy_buffer_init(struct cmd *self, unused int arg) { -- cgit