From 21152fad1e39f0a43a534b92646b9aaff7510ad1 Mon Sep 17 00:00:00 2001 From: Alex Date: Mon, 14 Nov 2022 14:54:42 +0200 Subject: [PATCH] Forgot to remove -w flag --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 8348dd0..b688952 100644 --- a/Makefile +++ b/Makefile @@ -41,7 +41,7 @@ INCLUDE_DIR = ./include LDFLAGS := -Wl,-Map kernel.map -shared -nostdlib -nodefaultlibs -nolibc # Disable all warnings by adding "-w" in WARNCFLAG and if you want to treat the warnings as errors, add "-Werror" -WARNCFLAG = -w #-Wall -Wextra +WARNCFLAG = -Wall -Wextra # https://gcc.gnu.org/onlinedocs/gcc/x86-Options.html CFLAGS := \