From: Mukund Sivaraman Date: Fri, 31 Jul 2015 09:01:47 +0000 (+0530) Subject: Fix win32 build (UNUSED is present later) X-Git-Tag: v9.11.0a1~625 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=991f97366b6eebbac2f30c8f15bbc112bc78ef5e;p=thirdparty%2Fbind9.git Fix win32 build (UNUSED is present later) (cherry picked from commit 63dcc28d3efc7607d6cc42eebc4411ab50e69246) --- diff --git a/lib/isccfg/parser.c b/lib/isccfg/parser.c index 3613bbdcfb7..c4d5e263594 100644 --- a/lib/isccfg/parser.c +++ b/lib/isccfg/parser.c @@ -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;