ksys: Silence unused-private-field warning in Account

This commit is contained in:
Léo Lam 2020-09-25 18:10:26 +02:00
parent 2b26a9bb76
commit 90b93ef720
No known key found for this signature in database
GPG Key ID: 0DF30F9081000741
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ private:
HasOpenedUserSuccessfully = 0x2,
};
void* _28 = nullptr;
[[maybe_unused]] void* _28 = nullptr;
sead::TypedBitFlag<Flag> mFlags;
nn::account::UserHandle* mUserHandle = nullptr;
};