mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-05-31 23:08:22 -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
|
@ -843,7 +843,7 @@ namespace ams::ncm {
|
|||
R_SUCCEED_IF(m_header.has_value());
|
||||
|
||||
/* Get our header. */
|
||||
PatchMetaExtendedDataHeader header;
|
||||
PatchMetaExtendedDataHeader header{};
|
||||
R_TRY(this->GetHeader(std::addressof(header)));
|
||||
|
||||
/* Set our header. */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue