kernel: remove gratitutous attribute usage

This commit is contained in:
Liam
2023-03-07 09:25:12 -05:00
parent 91fd4e30f2
commit 9368e17a92
8 changed files with 24 additions and 29 deletions

View File

@ -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