[PATCH] old ubi-utils: drop -Werror
Mike Frysinger
vapier at gentoo.org
Sat Sep 11 23:48:13 EDT 2010
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 at 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
More information about the linux-mtd
mailing list