summaryrefslogtreecommitdiff
path: root/omapip
diff options
context:
space:
mode:
authorThomas Markwalder <tmark@isc.org>2019-11-06 15:53:50 -0500
committerThomas Markwalder <tmark@isc.org>2019-11-07 07:56:35 -0500
commitdbd36dfa82956b53683462afadfabb1b33fa3dd1 (patch)
treece91554e17456c1f1a075a4459d71079596f5afc /omapip
parent95944cab6035d20be270eec01254c7bb867ec705 (diff)
downloadisc-dhcp-dbd36dfa82956b53683462afadfabb1b33fa3dd1.tar.gz
omapip/isclib.c Added use of IGNORE_UNUSED()
Diffstat (limited to 'omapip')
-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) {