From 991f97366b6eebbac2f30c8f15bbc112bc78ef5e Mon Sep 17 00:00:00 2001 From: Mukund Sivaraman Date: Fri, 31 Jul 2015 14:31:47 +0530 Subject: [PATCH] Fix win32 build (UNUSED is present later) (cherry picked from commit 63dcc28d3efc7607d6cc42eebc4411ab50e69246) --- lib/isccfg/parser.c | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/isccfg/parser.c b/lib/isccfg/parser.c index 3613bbdcfb..c4d5e26359 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;