mirror of
https://github.com/NixOS/nix
synced 2025-06-29 19:03:16 +02:00
Fix gcc 12 warnings
This commit is contained in:
parent
90ec015d61
commit
65bb12ba78
5 changed files with 11 additions and 1 deletions
|
@ -123,7 +123,7 @@ Hash hashPath(
|
|||
case FileIngestionMethod::Git:
|
||||
return git::dumpHash(ht, accessor, path, filter).hash;
|
||||
}
|
||||
|
||||
assert(false);
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue