aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle/kernel/k_system_resource.h
diff options
context:
space:
mode:
authorLiam <byteslice@airmail.cc>2023-03-07 09:25:12 -0500
committerLiam <byteslice@airmail.cc>2023-03-12 22:09:09 -0400
commit9368e17a92815744ffed8db7a0fd638708426879 (patch)
tree006dfb49277dbb5a899d68b69f9cfd543d349f1a /src/core/hle/kernel/k_system_resource.h
parent91fd4e30f2a12868201b08e73de299db1c3d116a (diff)
kernel: remove gratitutous attribute usage
Diffstat (limited to 'src/core/hle/kernel/k_system_resource.h')
-rw-r--r--src/core/hle/kernel/k_system_resource.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/hle/kernel/k_system_resource.h b/src/core/hle/kernel/k_system_resource.h
index 9a991f725..aec058a95 100644
--- a/src/core/hle/kernel/k_system_resource.h
+++ b/src/core/hle/kernel/k_system_resource.h
@@ -99,7 +99,7 @@ public:
bool IsInitialized() const {
return m_is_initialized;
}
- static void PostDestroy([[maybe_unused]] uintptr_t arg) {}
+ static void PostDestroy(uintptr_t arg) {}
size_t CalculateRequiredSecureMemorySize() const {
return CalculateRequiredSecureMemorySize(m_resource_size, m_resource_pool);