Kernel: kmalloc debug_dump is marked [[maybe_unused]]

This commit is contained in:
Bananymous
2023-05-26 22:23:17 +03:00
parent faf14b880e
commit 565e3db22d

View File

@@ -159,7 +159,7 @@ static bool is_corrupted()
return (uintptr_t)temp != info.end;
}
static void debug_dump()
[[maybe_unused]] static void debug_dump()
{
auto& info = s_kmalloc_info;