Bother, said Pooh. * Makefile: Do not remove -Wall from CFLAGS. --- mach-defpager/Makefile | 3 --- 1 file changed, 3 deletions(-)
diff --git a/mach-defpager/Makefile b/mach-defpager/Makefile index 5a98d69..e38a0be 100644 --- a/mach-defpager/Makefile +++ b/mach-defpager/Makefile @@ -35,6 +35,3 @@ LDFLAGS += -static include ../Makeconf MIGSFLAGS = -DSEQNOS - -# Don't even bother. -CFLAGS := $(filter-out -Wall,$(CFLAGS)) -- 1.7.10.4