From 34026fc5eb67e2c4390cdfce7301e8d08cab5fea Mon Sep 17 00:00:00 2001 From: proski Date: Thu, 13 Jul 2006 00:15:28 +0000 Subject: Enable more sparse checks Enable all warnings except -Wtypesign, which seems to be broken. --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Makefile') 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 @@ -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 -- cgit v1.2.3