Kernel: kmalloc debug_dump is marked [[maybe_unused]]

This commit is contained in:
2023-05-26 22:31:21 +03:00
parent faf14b880e
commit 565e3db22d
+1 -1
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;