From: Petr Špaček Date: Thu, 27 Jun 2019 12:12:28 +0000 (+0200) Subject: gc: cleanup warnings from GCC 9 compiler X-Git-Tag: v4.1.0~8^2~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=90afe957b35341fff0e8feb21a368ae0820bec07;p=thirdparty%2Fknot-resolver.git gc: cleanup warnings from GCC 9 compiler --- diff --git a/utils/cache_gc/db.c b/utils/cache_gc/db.c index e5ba3b89d..0c8f8ddba 100644 --- a/utils/cache_gc/db.c +++ b/utils/cache_gc/db.c @@ -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));