aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorproski <proski>2006-07-13 00:15:28 +0000
committerproski <proski>2006-07-13 00:15:28 +0000
commit34026fc5eb67e2c4390cdfce7301e8d08cab5fea (patch)
tree8f75cb8c728a6ea369be8378ec0360f6e1b335b8 /Makefile
parent73587273864f8c2dc8135593bdcb2787fd57ebf1 (diff)
Enable more sparse checks
Enable all warnings except -Wtypesign, which seems to be broken.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 4611837..de207f9 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-#$Id: Makefile,v 1.43 2006/07/09 21:35:42 proski Exp $
+#$Id: Makefile,v 1.44 2006/07/13 00:15:28 proski Exp $
#
# Copyright (c) 2002 - 2003 Oliver Kurth
# (c) 2003 - 2004 Jörg Albert <joerg.albert@gmx.de>
@@ -72,8 +72,8 @@ DEPMOD = /sbin/depmod
OLDMAKE = $(wildcard $(KERNEL_SRC)/Rules.make)
SPARSE_FLAGS = -Wbitwise -Wcast-to-as -Wcontext -Wdefault-bitfield-sign \
- -Wno-transparent-union -Wptr-subtraction-blows -Wundef \
- -D__CHECK_ENDIAN__
+ -Wtransparent-union -Wptr-subtraction-blows -Wundef -Wdecl \
+ -Wone-bit-signed-bitfield -D__CHECK_ENDIAN__
ifeq (,$(OLDMAKE))
# 2.5 style modules, get the kernel makefiles to do the work