mirror of
https://github.com/isc-projects/bind9.git
synced 2026-04-29 01:49:02 -04:00
added UNUSED() macro
This commit is contained in:
parent
8351864ef8
commit
8998ed8481
1 changed files with 3 additions and 1 deletions
|
|
@ -19,7 +19,7 @@
|
|||
|
||||
/*
|
||||
* Principal Author: Brian Wellington
|
||||
* $Id: dst_api.c,v 1.66 2000/11/09 23:55:05 bwelling Exp $
|
||||
* $Id: dst_api.c,v 1.67 2000/12/18 21:09:42 gson Exp $
|
||||
*/
|
||||
|
||||
#include <config.h>
|
||||
|
|
@ -97,6 +97,8 @@ dst_lib_init(isc_mem_t *mctx, isc_entropy_t *ectx, unsigned int eflags) {
|
|||
REQUIRE(mctx != NULL && ectx != NULL);
|
||||
REQUIRE(dst_initialized == ISC_FALSE);
|
||||
|
||||
UNUSED(mctx);
|
||||
|
||||
dst_memory_pool = NULL;
|
||||
/*
|
||||
* When using --with-openssl, there seems to be no good way of not
|
||||
|
|
|
|||
Loading…
Reference in a new issue