From e7468041e7a497ee6491fcdde17f4febe59cd734 Mon Sep 17 00:00:00 2001 From: Brian Wellington Date: Mon, 22 Oct 2001 23:50:31 +0000 Subject: [PATCH] silence compiler warning --- bin/tests/cfg_test.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/tests/cfg_test.c b/bin/tests/cfg_test.c index 6f365ac9c6..0372996e32 100644 --- a/bin/tests/cfg_test.c +++ b/bin/tests/cfg_test.c @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: cfg_test.c,v 1.11 2001/07/23 18:57:53 gson Exp $ */ +/* $Id: cfg_test.c,v 1.12 2001/10/22 23:50:31 bwelling Exp $ */ #include @@ -51,7 +51,7 @@ output(void *closure, const char *text, int textlen) { } static void -usage() { +usage(void) { fprintf(stderr, "usage: cfg_test --rndc|--named " "[--grammar] [--memstats] conffile\n"); exit(1);