mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-30 05:57:52 +00:00
shut up the compiler
This commit is contained in:
parent
7f1bd55920
commit
23bf6e20ec
@ -82,6 +82,8 @@ send_done(isc_task_t *task, isc_event_t *ev_in)
|
||||
isc_socketevent_t *ev = (isc_socketevent_t *)ev_in;
|
||||
dns_dispentry_t *resp = (dns_dispentry_t *)ev_in->arg;
|
||||
|
||||
(void)task;
|
||||
|
||||
if (ev->result == ISC_R_SUCCESS) {
|
||||
printf("Send done (SUCCESS)\n");
|
||||
isc_event_free(&ev_in);
|
||||
@ -204,6 +206,8 @@ got_response(isc_task_t *task, isc_event_t *ev_in)
|
||||
dns_message_t *msg;
|
||||
isc_result_t result;
|
||||
|
||||
(void)task;
|
||||
|
||||
printf("App: Got response (id %d). Result: %s\n",
|
||||
ev->id, isc_result_totext(ev->result));
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user