From 079878277fadf272477129bb8ce99c70ee5af25e Mon Sep 17 00:00:00 2001 From: Brian Wellington Date: Fri, 16 Mar 2001 23:00:00 +0000 Subject: [PATCH] unused variable --- bin/check/named-checkconf.c | 3 ++- bin/named/server.c | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/bin/check/named-checkconf.c b/bin/check/named-checkconf.c index 4a5cf2fa29..97a3e0fd9a 100644 --- a/bin/check/named-checkconf.c +++ b/bin/check/named-checkconf.c @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: named-checkconf.c,v 1.6 2001/03/08 00:55:46 bwelling Exp $ */ +/* $Id: named-checkconf.c,v 1.7 2001/03/16 23:00:00 bwelling Exp $ */ #include @@ -52,6 +52,7 @@ directory_callback(const char *clausename, cfg_obj_t *obj, void *arg) { REQUIRE(strcasecmp("directory", clausename) == 0); UNUSED(arg); + UNUSED(clausename); /* * Change directory. diff --git a/bin/named/server.c b/bin/named/server.c index 85b708bda7..04debe4d3e 100644 --- a/bin/named/server.c +++ b/bin/named/server.c @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: server.c,v 1.305 2001/03/15 19:39:50 bwelling Exp $ */ +/* $Id: server.c,v 1.306 2001/03/16 22:59:31 bwelling Exp $ */ #include @@ -1385,6 +1385,7 @@ directory_callback(const char *clausename, cfg_obj_t *obj, void *arg) { REQUIRE(strcasecmp("directory", clausename) == 0); UNUSED(arg); + UNUSED(clausename); /* * Change directory.