From 90b93ef7207c3d2ca2120fac931335c2d57b7c88 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9o=20Lam?= Date: Fri, 25 Sep 2020 18:10:26 +0200 Subject: [PATCH] ksys: Silence unused-private-field warning in Account --- src/KingSystem/System/Account.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/KingSystem/System/Account.h b/src/KingSystem/System/Account.h index cf6ee121..f10a8774 100644 --- a/src/KingSystem/System/Account.h +++ b/src/KingSystem/System/Account.h @@ -28,7 +28,7 @@ private: HasOpenedUserSuccessfully = 0x2, }; - void* _28 = nullptr; + [[maybe_unused]] void* _28 = nullptr; sead::TypedBitFlag mFlags; nn::account::UserHandle* mUserHandle = nullptr; };