Kernel is now compiled with -Wall -Werror -pedantic

This commit is contained in:
2022-12-28 18:40:41 +00:00
parent 63d4dba493
commit fe6b7220df
5 changed files with 3 additions and 2 deletions

View File

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