]> 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:20 +0000 (15:01 +0530)
(cherry picked from commit 63dcc28d3efc7607d6cc42eebc4411ab50e69246)

lib/isccfg/parser.c

index c66342c291366e19291ec85e73bfa3ad1348bbd7..da7df45b98d4c236ff832373d71bb25cee98fa7b 100644 (file)
@@ -611,7 +611,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;