Remove a couple of unused arguments where possible, and add /* ARGSUSED */ to

the rest to reduce lint output.
This commit is contained in:
Nicholas Marriott
2009-11-26 21:37:13 +00:00
parent 621dabd44e
commit 4ca857e0e9
32 changed files with 51 additions and 11 deletions

2
cfg.c
View File

@ -35,11 +35,13 @@ void printflike2 cfg_error(struct cmd_ctx *, const char *, ...);
char *cfg_cause;
/* ARGSUSED */
void printflike2
cfg_print(unused struct cmd_ctx *ctx, unused const char *fmt, ...)
{
}
/* ARGSUSED */
void printflike2
cfg_error(unused struct cmd_ctx *ctx, const char *fmt, ...)
{