From 0c84231d1a735c10cad94b47a4a5e5eb560d1cdb Mon Sep 17 00:00:00 2001 From: Jeff Layton Date: Tue, 17 Jan 2012 14:43:23 -0500 Subject: cifscreds: add unused attribute to argv parm in cifscreds_clearall MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ...to eliminate this warning: cifscreds.c: In function ‘cifscreds_clearall’: cifscreds.c:422:47: warning: unused parameter ‘argv’ Signed-off-by: Jeff Layton --- cifscreds.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cifscreds.c b/cifscreds.c index f21a47f..d771056 100644 --- a/cifscreds.c +++ b/cifscreds.c @@ -419,7 +419,7 @@ static int cifscreds_clear(int argc, char *argv[]) } /* clearall command handler */ -static int cifscreds_clearall(int argc, char *argv[]) +static int cifscreds_clearall(int argc, char *argv[] __attribute__ ((unused))) { key_serial_t key; int count = 0, errors = 0; -- cgit v1.2.3