- Fix #1273: cachedb.c doesn't compile with -Wextra.

git-svn-id: file:///svn/unbound/trunk@4200 be551aaa-1e26-0410-a405-d3ace91eadb9
This commit is contained in:
Wouter Wijngaards 2017-05-31 05:42:23 +00:00
parent 486edb10db
commit e4c60435d2
2 changed files with 4 additions and 0 deletions

View file

@ -171,6 +171,7 @@ static int
cachedb_apply_cfg(struct cachedb_env* cachedb_env, struct config_file* cfg)
{
const char* backend_str = "testframe"; /* TODO get from cfg */
(void)cfg; /* need this until the TODO is implemented */
if(backend_str && backend_str[0]) {
cachedb_env->backend = cachedb_find_backend(backend_str);
if(!cachedb_env->backend) {

View file

@ -1,3 +1,6 @@
31 May 2017: Wouter
- Fix #1273: cachedb.c doesn't compile with -Wextra.
30 May 2017: Ralph
- Fix #1269: inconsistent use of built-in local zones with views.
- Add defaults for new local-zone trees added to views using