commit 98275f2eefb932aee3f1824f53c268fd736f6c5f from: Omar Polo date: Tue Aug 30 17:27:24 2022 UTC mark check_refcount as static needed because of -Wmissig-prototypes; ok stsp@ commit - 977143974aa7ea0d5df19a556344adf0880276c1 commit + 98275f2eefb932aee3f1824f53c268fd736f6c5f blob - 619ee0f6d5540989746da99bde2caf8a5f176865 blob + 9a73324894a8116700bddcfd4f59c9a3a39dd2e5 --- lib/object_cache.c +++ lib/object_cache.c @@ -299,7 +299,7 @@ print_cache_stats(struct got_object_cache *cache, cons cache->cache_miss, cache->cache_evict, cache->cache_toolarge); } -const struct got_error * +static const struct got_error * check_refcount(struct got_object_id *id, void *data, void *arg) { struct got_object_cache *cache = arg;