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

@@ -2,4 +2,5 @@
int do_initcalls(void)
{
return 0;
}