From cf958068ef849b01ab8e729552a461cd862eb6d8 Mon Sep 17 00:00:00 2001 From: proski Date: Fri, 14 Jul 2006 06:51:46 +0000 Subject: Add -Wtypesign to sparse flags, it's fixed now --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index de207f9..4018a6e 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -#$Id: Makefile,v 1.44 2006/07/13 00:15:28 proski Exp $ +#$Id: Makefile,v 1.45 2006/07/14 06:51:46 proski Exp $ # # Copyright (c) 2002 - 2003 Oliver Kurth # (c) 2003 - 2004 Jörg Albert @@ -73,7 +73,7 @@ OLDMAKE = $(wildcard $(KERNEL_SRC)/Rules.make) SPARSE_FLAGS = -Wbitwise -Wcast-to-as -Wcontext -Wdefault-bitfield-sign \ -Wtransparent-union -Wptr-subtraction-blows -Wundef -Wdecl \ - -Wone-bit-signed-bitfield -D__CHECK_ENDIAN__ + -Wone-bit-signed-bitfield -Wtypesign -D__CHECK_ENDIAN__ ifeq (,$(OLDMAKE)) # 2.5 style modules, get the kernel makefiles to do the work -- cgit v1.2.3