mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-05-28 05:34:11 -04:00
ams: address some warnings when building with gcc-12
This commit is contained in:
parent
a809e23320
commit
a975689c59
4 changed files with 6 additions and 4 deletions
|
@ -47,9 +47,9 @@ namespace ams::crypto {
|
|||
};
|
||||
static constexpr size_t Asn1IdentifierSize = util::size(Asn1Identifier);
|
||||
private:
|
||||
Impl m_impl;
|
||||
Impl m_impl{};
|
||||
public:
|
||||
Sha256Generator() { /* ... */ }
|
||||
Sha256Generator() = default;
|
||||
|
||||
void Initialize() {
|
||||
m_impl.Initialize();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue