summaryrefslogtreecommitdiffstats
path: root/src/core/hle/kernel/k_debug.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/hle/kernel/k_debug.h')
-rw-r--r--src/core/hle/kernel/k_debug.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/hle/kernel/k_debug.h b/src/core/hle/kernel/k_debug.h
index e3a0689c8..9ffcf27d1 100644
--- a/src/core/hle/kernel/k_debug.h
+++ b/src/core/hle/kernel/k_debug.h
@@ -14,7 +14,7 @@ class KDebug final : public KAutoObjectWithSlabHeapAndContainer<KDebug, KAutoObj
public:
explicit KDebug(KernelCore& kernel_) : KAutoObjectWithSlabHeapAndContainer{kernel_} {}
- static void PostDestroy([[maybe_unused]] uintptr_t arg) {}
+ static void PostDestroy(uintptr_t arg) {}
};
} // namespace Kernel