Kernel is now compiled with -Wall -Werror -pedantic
This commit is contained in:
@@ -2,4 +2,5 @@
|
||||
|
||||
int do_initcalls(void)
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
|
||||
@@ -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