aboutsummaryrefslogtreecommitdiff
path: root/src/libstore/local-binary-cache-store.cc
diff options
context:
space:
mode:
authorregnat <rg@regnat.ovh>2020-09-14 14:12:47 +0200
committerregnat <rg@regnat.ovh>2020-09-16 13:53:09 +0200
commit888f7afe9fe1a69c27bcc15a3e0fb0be26a11172 (patch)
tree57985953532b649ca21cb64844537bb45144e81c /src/libstore/local-binary-cache-store.cc
parent634cb2a5aec64164dd7fa9467d9cdb1569611c21 (diff)
Fix build issues with gcc
Diffstat (limited to 'src/libstore/local-binary-cache-store.cc')
-rw-r--r--src/libstore/local-binary-cache-store.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstore/local-binary-cache-store.cc b/src/libstore/local-binary-cache-store.cc
index 357bc74df..b5744448e 100644
--- a/src/libstore/local-binary-cache-store.cc
+++ b/src/libstore/local-binary-cache-store.cc
@@ -20,7 +20,7 @@ private:
public:
LocalBinaryCacheStore(
- [[maybe_unused]] const std::string scheme,
+ const std::string scheme,
const Path & binaryCacheDir,
const Params & params)
: StoreConfig(params)