From: John Hodge Date: Sat, 7 Sep 2013 15:04:26 +0000 (+0800) Subject: Usermode/Applications - Added -Wall to make config X-Git-Tag: rel0.15~258 X-Git-Url: https://git.ucc.asn.au/?a=commitdiff_plain;h=0e36d520741f85150354f37de3d6e087ee75066c;p=tpg%2Facess2.git Usermode/Applications - Added -Wall to make config --- 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