summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlinux-mtd-owner@lists.infradead.org <linux-mtd-owner@lists.infradead.org>2009-02-11 04:05:39 -0500
committerArtem Bityutskiy <Artem.Bityutskiy@nokia.com>2009-02-11 14:17:51 +0200
commitc4c6a59eb11db9b38c86bc26575a23dbac2e616f (patch)
tree2bd8393c78794e74c29e787113b81ee28ed4a4bc
parentf372be0ab34ebcf0d2ff61bff143b6bac1e9607e (diff)
Artem Bityutskiy said once:
|I mean, IMO most of these warnings are not really sane, and cleaning |that up just adds mess - you stop understanding why is something signed |or unsigned :-) Signed-off-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de> Signed-off-by: Artem Bityutskiy <Artem.Bityutskiy@nokia.com>
-rw-r--r--common.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/common.mk b/common.mk
index 65fc1cc..0e8c62b 100644
--- a/common.mk
+++ b/common.mk
@@ -2,7 +2,7 @@ CC := $(CROSS)gcc
AR := $(CROSS)ar
RANLIB := $(CROSS)ranlib
CFLAGS ?= -O2 -g
-CFLAGS += -Wall -Wwrite-strings -W -D_FILE_OFFSET_BITS=64
+CFLAGS += -Wall -Wextra -Wwrite-strings -Wno-sign-compare -D_FILE_OFFSET_BITS=64
DESTDIR ?= /usr/local
PREFIX=/usr