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
+1 -1
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;
};