From 7c103b1ee17a274fa062fcf4b14234b48db8123a Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Sat, 5 Jun 2004 09:10:56 +0000 Subject: Marked unused parameters in core code as such. --- conf/conf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'conf') diff --git a/conf/conf.c b/conf/conf.c index be2d771..a744dca 100644 --- a/conf/conf.c +++ b/conf/conf.c @@ -210,7 +210,7 @@ config_do_commit(struct config *c) } static void -config_done(void *unused) +config_done(void *unused UNUSED) { struct config *c; -- cgit v1.2.3