Kernel is now compiled with -Wall -Werror -pedantic
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
#include <socks/machine/init.h>
|
||||
#include <socks/machine/cpu.h>
|
||||
|
||||
static ml_cpu_block g_bootstrap_cpu = {};
|
||||
static ml_cpu_block g_bootstrap_cpu = {0};
|
||||
|
||||
void bootstrap_cpu_init(void)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user