]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Fix win32 build (UNUSED is present later)
authorMukund Sivaraman <muks@isc.org>
Fri, 31 Jul 2015 09:01:47 +0000 (14:31 +0530)
committerMukund Sivaraman <muks@isc.org>
Fri, 31 Jul 2015 09:31:04 +0000 (15:01 +0530)
(cherry picked from commit 63dcc28d3efc7607d6cc42eebc4411ab50e69246)

lib/isccfg/parser.c

index 3613bbdcfb738dd7e5fe478e71c7b4d1ed3a5a9c..c4d5e2635940251216bdb449873dff88940cac1b 100644 (file)
@@ -658,7 +658,6 @@ cfg_parse_fixedpoint(cfg_parser_t *pctx, const cfg_type_t *type,
 {
        isc_result_t result;
        cfg_obj_t *obj = NULL;
-       UNUSED(type);
        size_t n1, n2, n3, l;
        const char *p;