From: linux-mtd-owner@lists.infradead.org Date: Wed, 11 Feb 2009 09:05:39 +0000 (-0500) Subject: Artem Bityutskiy said once: X-Git-Tag: v1.3.0~94 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=c4c6a59eb11db9b38c86bc26575a23dbac2e616f;p=mtd-utils.git 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 Signed-off-by: Artem Bityutskiy --- 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