fix: Resolve warnings in multiple components

This commit is contained in:
Daniel Hammer
2025-03-08 00:19:16 +01:00
parent 88f7862a53
commit 04087ff188
5 changed files with 11 additions and 4 deletions
+2 -2
View File
@@ -29,8 +29,8 @@ namespace Memory {
uint64_t HHDMBase;
};
KernelOutStream kout;
KernelErrorStream kerr;
KernelOutStream kout{};
KernelErrorStream kerr{};
// Extern declarations for global constructors array.
extern void (*__init_array[])();