From 0e36d520741f85150354f37de3d6e087ee75066c Mon Sep 17 00:00:00 2001 From: John Hodge Date: Sat, 7 Sep 2013 23:04:26 +0800 Subject: [PATCH] Usermode/Applications - Added -Wall to make config --- Usermode/Applications/Makefile.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Usermode/Applications/Makefile.cfg b/Usermode/Applications/Makefile.cfg index d449a165..a1a0141a 100644 --- a/Usermode/Applications/Makefile.cfg +++ b/Usermode/Applications/Makefile.cfg @@ -14,7 +14,7 @@ ifeq ($(ARCHDIR),native) else ASFLAGS = -felf CPPFLAGS = -ffreestanding - CFLAGS = -fno-stack-protector -fno-builtin $(CPPFLAGS) + CFLAGS = -fno-stack-protector -fno-builtin $(CPPFLAGS) -Wall LDFLAGS = -T $(OUTPUTDIR)Libs/acess.ld -L $(OUTPUTDIR)Libs -I /Acess/Libs/ld-acess.so -lld-acess -lc $(OUTPUTDIR)Libs/crtbegin.o $(OUTPUTDIR)Libs/crtend.o -lposix LIBGCC_PATH = $(shell $(CC) -print-libgcc-file-name) endif -- 2.20.1