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. --- cfg.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'cfg.c') diff --git a/cfg.c b/cfg.c index 5f314b7b..05588336 100644 --- a/cfg.c +++ b/cfg.c @@ -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, ...) { -- cgit