]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
added UNUSED() macro
authorAndreas Gustafsson <source@isc.org>
Fri, 22 Dec 2000 21:17:59 +0000 (21:17 +0000)
committerAndreas Gustafsson <source@isc.org>
Fri, 22 Dec 2000 21:17:59 +0000 (21:17 +0000)
bin/named/lwdgrbn.c

index afe7958b1c0163bb8fe57283bb0846152f8690fb..2924215967fa6b0bf9496047f5794cd684f6504f 100644 (file)
@@ -15,7 +15,7 @@
  * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: lwdgrbn.c,v 1.5 2000/12/20 03:40:20 bwelling Exp $ */
+/* $Id: lwdgrbn.c,v 1.6 2000/12/22 21:17:59 gson Exp $ */
 
 #include <config.h>
 
@@ -78,6 +78,8 @@ fill_array(int *pos, dns_rdataset_t *rdataset,
        isc_result_t result;
        isc_region_t r;
 
+       UNUSED(size);
+
        dns_rdata_init(&rdata);
        for (result = dns_rdataset_first(rdataset);
             result == ISC_R_SUCCESS;