mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-09-03 16:15:27 +00:00
unused variable
This commit is contained in:
@@ -15,7 +15,7 @@
|
|||||||
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
* 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 <config.h>
|
#include <config.h>
|
||||||
|
|
||||||
@@ -52,6 +52,7 @@ directory_callback(const char *clausename, cfg_obj_t *obj, void *arg) {
|
|||||||
REQUIRE(strcasecmp("directory", clausename) == 0);
|
REQUIRE(strcasecmp("directory", clausename) == 0);
|
||||||
|
|
||||||
UNUSED(arg);
|
UNUSED(arg);
|
||||||
|
UNUSED(clausename);
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Change directory.
|
* Change directory.
|
||||||
|
@@ -15,7 +15,7 @@
|
|||||||
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
* 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 <config.h>
|
#include <config.h>
|
||||||
|
|
||||||
@@ -1385,6 +1385,7 @@ directory_callback(const char *clausename, cfg_obj_t *obj, void *arg) {
|
|||||||
REQUIRE(strcasecmp("directory", clausename) == 0);
|
REQUIRE(strcasecmp("directory", clausename) == 0);
|
||||||
|
|
||||||
UNUSED(arg);
|
UNUSED(arg);
|
||||||
|
UNUSED(clausename);
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Change directory.
|
* Change directory.
|
||||||
|
Reference in New Issue
Block a user