Skip to content
Snippets Groups Projects
Verified Commit 90afe957 authored by Petr Špaček's avatar Petr Špaček
Browse files

gc: cleanup warnings from GCC 9 compiler

parent 2833015a
Branches
Tags
1 merge request!817cache garbage collector
......@@ -52,8 +52,6 @@ int kr_gc_cache_open(const char *cache_path, struct kr_cache *kres_db, knot_db_t
struct kr_cdb_opts opts = { cache_path, cache_size };
open_kr_cache:
;
int ret = kr_cache_open(kres_db, NULL, &opts, NULL);
if (ret || kres_db->db == NULL) {
printf("Error opening Resolver cache (%s).\n", kr_strerror(ret));
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment