aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorproski <proski>2006-07-14 06:51:46 +0000
committerproski <proski>2006-07-14 06:51:46 +0000
commitcf958068ef849b01ab8e729552a461cd862eb6d8 (patch)
treec0846ad59f2a7c09e3dc7cda49c0f7a5cb1040eb /Makefile
parent0e28f61f287f9a93ff156fc4453fd674e2b337b6 (diff)
Add -Wtypesign to sparse flags, it's fixed now
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
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 <joerg.albert@gmx.de>
@@ -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