mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-30 22:15:20 +00:00
Fix win32 build (UNUSED is present later)
(cherry picked from commit 63dcc28d3e
)
This commit is contained in:
@@ -658,7 +658,6 @@ cfg_parse_fixedpoint(cfg_parser_t *pctx, const cfg_type_t *type,
|
|||||||
{
|
{
|
||||||
isc_result_t result;
|
isc_result_t result;
|
||||||
cfg_obj_t *obj = NULL;
|
cfg_obj_t *obj = NULL;
|
||||||
UNUSED(type);
|
|
||||||
size_t n1, n2, n3, l;
|
size_t n1, n2, n3, l;
|
||||||
const char *p;
|
const char *p;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user