mirror of
https://github.com/NLnetLabs/unbound.git
synced 2026-01-05 22:39:35 -05:00
Fixup unused parameters.
git-svn-id: file:///svn/unbound/trunk@4094 be551aaa-1e26-0410-a405-d3ace91eadb9
This commit is contained in:
parent
a416f30459
commit
b96a41d19e
1 changed files with 4 additions and 0 deletions
|
|
@ -501,6 +501,8 @@ int fptr_whitelist_inplace_cb_query(inplace_cb_query_func_type* fptr)
|
|||
#ifdef CLIENT_SUBNET
|
||||
if(fptr == &ecs_whitelist_check)
|
||||
return 1;
|
||||
#else
|
||||
(void)fptr;
|
||||
#endif
|
||||
return 0;
|
||||
}
|
||||
|
|
@ -511,6 +513,8 @@ int fptr_whitelist_inplace_cb_edns_back_parsed(
|
|||
#ifdef CLIENT_SUBNET
|
||||
if(fptr == &ecs_edns_back_parsed)
|
||||
return 1;
|
||||
#else
|
||||
(void)fptr;
|
||||
#endif
|
||||
return 0;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue