]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
added UNUSED() macro
authorAndreas Gustafsson <source@isc.org>
Mon, 18 Dec 2000 21:09:42 +0000 (21:09 +0000)
committerAndreas Gustafsson <source@isc.org>
Mon, 18 Dec 2000 21:09:42 +0000 (21:09 +0000)
lib/dns/sec/dst/dst_api.c

index 2f0519a9c2e2080d8db74df9fa546cd5cfc0cfdc..6fb9544638a8c9f86958f55d1bce2a5e478ad641 100644 (file)
@@ -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