log and tests fixups.

git-svn-id: file:///svn/unbound/trunk@1521 be551aaa-1e26-0410-a405-d3ace91eadb9
This commit is contained in:
Wouter Wijngaards
2009-03-12 09:36:28 +00:00
parent 8c2d5d42d9
commit ac4535d4e5
5 changed files with 22 additions and 4 deletions
+3 -2
View File
@@ -320,14 +320,15 @@ int remote_control_callback(struct comm_point* ATTR_UNUSED(c),
}
void wsvc_command_option(const char* ATTR_UNUSED(wopt),
const char* ATTR_UNUSED(cfgfile), int ATTR_UNUSED(v))
const char* ATTR_UNUSED(cfgfile), int ATTR_UNUSED(v),
int ATTR_UNUSED(c))
{
log_assert(0);
}
void wsvc_setup_worker(struct worker* ATTR_UNUSED(worker))
{
log_assert(0);
/* do nothing */
}
void worker_win_stop_cb(int ATTR_UNUSED(fd), short ATTR_UNUSED(ev),