linux-mtd.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] old ubi-utils: drop -Werror
@ 2010-09-12  3:48 Mike Frysinger
  2010-09-12  8:06 ` Artem Bityutskiy
  2010-09-12  8:09 ` Artem Bityutskiy
  0 siblings, 2 replies; 6+ messages in thread
From: Mike Frysinger @ 2010-09-12  3:48 UTC (permalink / raw)
  To: linux-mtd

Considering this is marked as "old" which is synonymous with "dead",
having the dir cause build failures because of warnings makes no
sense.  So drop the -Werror usage.

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
---
 ubi-utils/old-utils/Makefile |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/ubi-utils/old-utils/Makefile b/ubi-utils/old-utils/Makefile
index acdb31a..6df7c06 100644
--- a/ubi-utils/old-utils/Makefile
+++ b/ubi-utils/old-utils/Makefile
@@ -4,7 +4,7 @@
 
 KERNELHDR := ../../include
 
-CFLAGS ?= -O2 -g -Werror
+CFLAGS ?= -O2 -g
 CPPFLAGS := -I./inc -I./src -I$(KERNELHDR) \
 	-std=gnu99 -DPACKAGE_VERSION=\"1.0\" $(CPPFLAGS)
 
-- 
1.7.2

^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2010-09-28  8:06 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-09-12  3:48 [PATCH] old ubi-utils: drop -Werror Mike Frysinger
2010-09-12  8:06 ` Artem Bityutskiy
2010-09-28  7:49   ` Artem Bityutskiy
2010-09-28  7:58     ` Mike Frysinger
2010-09-28  8:04       ` Artem Bityutskiy
2010-09-12  8:09 ` Artem Bityutskiy

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).