mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-09-01 23:25:38 +00:00
conditional UNUSED(task)
This commit is contained in:
@@ -177,6 +177,10 @@ ns_interfacemgr_create(isc_mem_t *mctx, isc_taskmgr_t *taskmgr,
|
|||||||
isc_result_t result;
|
isc_result_t result;
|
||||||
ns_interfacemgr_t *mgr;
|
ns_interfacemgr_t *mgr;
|
||||||
|
|
||||||
|
#ifndef USE_ROUTE_SOCKET
|
||||||
|
UNUSED(task);
|
||||||
|
#endif
|
||||||
|
|
||||||
REQUIRE(mctx != NULL);
|
REQUIRE(mctx != NULL);
|
||||||
REQUIRE(mgrp != NULL);
|
REQUIRE(mgrp != NULL);
|
||||||
REQUIRE(*mgrp == NULL);
|
REQUIRE(*mgrp == NULL);
|
||||||
|
Reference in New Issue
Block a user