aboutsummaryrefslogtreecommitdiff
path: root/src/libstore/http-binary-cache-store.cc
diff options
context:
space:
mode:
authorregnat <rg@regnat.ovh>2020-09-09 11:18:12 +0200
committerregnat <rg@regnat.ovh>2020-09-16 13:53:08 +0200
commitfa32560169ffa55b9e0b6d5f04c3792acf0c544a (patch)
tree61c605aebb1c2385ba4401f55059da1e55a4cd21 /src/libstore/http-binary-cache-store.cc
parent7d5bdf8b5679cc7b2b9b4d9caf5af9ca52211336 (diff)
Fix the registration of stores
Diffstat (limited to 'src/libstore/http-binary-cache-store.cc')
-rw-r--r--src/libstore/http-binary-cache-store.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstore/http-binary-cache-store.cc b/src/libstore/http-binary-cache-store.cc
index 6c3a16faf..c1abe35cb 100644
--- a/src/libstore/http-binary-cache-store.cc
+++ b/src/libstore/http-binary-cache-store.cc
@@ -170,6 +170,6 @@ protected:
};
-[[maybe_unused]] static RegisterStoreImplementation<HttpBinaryCacheStore> regStore();
+static RegisterStoreImplementation<HttpBinaryCacheStore> regStore;
}