mirror of
https://github.com/NixOS/nix
synced 2025-06-28 09:31:16 +02:00
Fix clang warnings
This commit is contained in:
parent
425991883a
commit
313106d549
5 changed files with 8 additions and 3 deletions
|
@ -216,7 +216,7 @@ static std::string makeType(string && type, const PathSet & references)
|
|||
type += ":";
|
||||
type += i;
|
||||
}
|
||||
return type;
|
||||
return std::move(type);
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue