1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-06-25 10:41:16 +02:00

Fix build issues with gcc

This commit is contained in:
regnat 2020-09-14 14:12:47 +02:00
parent 634cb2a5ae
commit 888f7afe9f
5 changed files with 6 additions and 6 deletions

View file

@ -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)