mirror of
https://github.com/NLnetLabs/unbound.git
synced 2026-09-13 13:27:43 +02:00
unused param fix
git-svn-id: file:///svn/unbound/trunk@1415 be551aaa-1e26-0410-a405-d3ace91eadb9
This commit is contained in:
@@ -148,6 +148,7 @@ comm_base_create(int sigs)
|
||||
return NULL;
|
||||
}
|
||||
#ifdef USE_MINI_EVENT
|
||||
(void)sigs;
|
||||
/* use mini event time-sharing feature */
|
||||
b->eb->base = event_init(&b->eb->secs, &b->eb->now);
|
||||
#else
|
||||
|
||||
Reference in New Issue
Block a user