summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--omapip/isclib.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/omapip/isclib.c b/omapip/isclib.c
index 81eece09..4aca9130 100644
--- a/omapip/isclib.c
+++ b/omapip/isclib.c
@@ -151,7 +151,7 @@ handle_signal(int sig, void (*handler)(int)) {
*/
static void
set_ctx_running(isc_task_t *task, isc_event_t *event) {
- task = task; // unused;
+ IGNORE_UNUSED(task);
dhcp_gbl_ctx.actx_running = ISC_TRUE;
if (shutdown_signal) {