summaryrefslogtreecommitdiff
path: root/mach-defpager
diff options
context:
space:
mode:
authorJustus Winter <4winter@informatik.uni-hamburg.de>2013-11-15 13:04:53 +0100
committerJustus Winter <4winter@informatik.uni-hamburg.de>2013-11-15 13:04:53 +0100
commitef0b64d8d0ee7851a4d149ef8e39c133e4b788b7 (patch)
tree51a73ea26517d7e3b548cd60196f687987957218 /mach-defpager
parentdc96b68a826a652d514f994d1f7932fb6fff87a7 (diff)
mach-defpager: do not remove -Wall from CFLAGS
Bother, said Pooh. * Makefile: Do not remove -Wall from CFLAGS.
Diffstat (limited to 'mach-defpager')
-rw-r--r--mach-defpager/Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/mach-defpager/Makefile b/mach-defpager/Makefile
index 5a98d690..e38a0bea 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))