]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
use UNUSED()
authorMark Andrews <marka@isc.org>
Thu, 28 Jul 2011 01:24:39 +0000 (01:24 +0000)
committerMark Andrews <marka@isc.org>
Thu, 28 Jul 2011 01:24:39 +0000 (01:24 +0000)
bin/tests/system/filter-aaaa/filter-aaaa.c

index 62bb504704f2554439c18692aed56b5bf5ab6395..4bcf3ecc50818b5427638c6777b3372649ad72cc 100644 (file)
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: filter-aaaa.c,v 1.2 2010/06/22 03:58:36 marka Exp $ */
+/* $Id: filter-aaaa.c,v 1.2.108.1 2011/07/28 01:24:39 marka Exp $ */
 
 #include <config.h>
+#include <isc/util.h>
 
 int
 main(int argc, char **argv) {
-       argc = argc;
-       argv = argv;
+
+       UNUSED(argc);
+       UNUSED(argv);
+
 #ifdef ALLOW_FILTER_AAAA_ON_V4
        return (0);
 #else