aboutsummaryrefslogtreecommitdiff
path: root/src/libstore/s3-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/s3-binary-cache-store.cc
parent634cb2a5aec64164dd7fa9467d9cdb1569611c21 (diff)
Fix build issues with gcc
Diffstat (limited to 'src/libstore/s3-binary-cache-store.cc')
-rw-r--r--src/libstore/s3-binary-cache-store.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstore/s3-binary-cache-store.cc b/src/libstore/s3-binary-cache-store.cc
index 0b9c9bb31..b3541d7b8 100644
--- a/src/libstore/s3-binary-cache-store.cc
+++ b/src/libstore/s3-binary-cache-store.cc
@@ -199,7 +199,7 @@ struct S3BinaryCacheStoreImpl : public S3BinaryCacheStore, virtual S3BinaryCache
S3Helper s3Helper;
S3BinaryCacheStoreImpl(
- [[maybe_unused]] const std::string & scheme,
+ const std::string & scheme,
const std::string & bucketName,
const Params & params)
: StoreConfig(params)