mirror of
https://github.com/NixOS/nix
synced 2025-06-25 06:31:14 +02:00
Fix build issues with gcc
This commit is contained in:
parent
634cb2a5ae
commit
888f7afe9f
5 changed files with 6 additions and 6 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue