mirror of
https://github.com/NixOS/nix.git
synced 2025-11-25 11:49:35 +01:00
Clang refused to do a narrowing conversion in an initializer list:
```
local-keys.cc:56:90: note: insert an explicit cast to silence this issue
return name + ":" + base64::encode(std::as_bytes(std::span<const unsigned char>{sig, sigLen}));
^~~~~~
static_cast<size_type>( )
```
|
||
|---|---|---|
| .. | ||
| local-keys.cc | ||
| signer.cc | ||