mirror of
https://github.com/oven-sh/bun
synced 2026-02-10 10:58:56 +00:00
Further clang-analyzer (#13324)
This commit is contained in:
@@ -2263,6 +2263,10 @@ private:
|
||||
case CryptoAlgorithmIdentifier::Ed25519:
|
||||
write(CryptoAlgorithmIdentifierTag::ED25519);
|
||||
break;
|
||||
case CryptoAlgorithmIdentifier::None: {
|
||||
RELEASE_ASSERT_NOT_REACHED();
|
||||
break;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user