diff options
author | regnat <rg@regnat.ovh> | 2020-09-14 14:12:47 +0200 |
---|---|---|
committer | regnat <rg@regnat.ovh> | 2020-09-16 13:53:09 +0200 |
commit | 888f7afe9fe1a69c27bcc15a3e0fb0be26a11172 (patch) | |
tree | 57985953532b649ca21cb64844537bb45144e81c /src/libstore/local-binary-cache-store.cc | |
parent | 634cb2a5aec64164dd7fa9467d9cdb1569611c21 (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.cc | 2 |
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) |