2
0
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:
Michael Graff 1999-07-09 20:45:58 +00:00
parent 7f1bd55920
commit 23bf6e20ec

View File

@ -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));